From ebafc668b4e070ed3ffe0267f6eb4ecec9fb636a Mon Sep 17 00:00:00 2001 From: Rafal Swierczek Date: Sun, 12 May 2024 20:57:58 +0100 Subject: [PATCH] Added Workout NPCs --- EndlessVendetta/Content/Levels/OpenWorldRework.umap | 4 ++-- EndlessVendetta/Content/NPC/BP_NPC_Manager.uasset | 4 ++-- .../Content/NPC/Custom_NPC_Stations/NPCs_WorkoutGroup.uasset | 3 +++ .../NPC/Custom_NPC_Stations/PlainNPCs/Adam/Adam.uasset | 3 +++ .../PlainNPCs/Adam/Adam_PhysicsAsset.uasset | 3 +++ .../Custom_NPC_Stations/PlainNPCs/Adam/Adam_Skeleton.uasset | 3 +++ .../PlainNPCs/Adam/Ch08_1001_Diffuse.uasset | 3 +++ .../PlainNPCs/Adam/Ch08_1001_Glossiness.uasset | 3 +++ .../PlainNPCs/Adam/Ch08_1001_Normal.uasset | 3 +++ .../PlainNPCs/Adam/Ch08_1001_Specular.uasset | 3 +++ .../PlainNPCs/Adam/Ch08_1002_Diffuse.uasset | 3 +++ .../PlainNPCs/Adam/Ch08_1002_Glossiness.uasset | 3 +++ .../PlainNPCs/Adam/Ch08_1002_Normal.uasset | 3 +++ .../PlainNPCs/Adam/Ch08_1002_Specular.uasset | 3 +++ .../PlainNPCs/Adam/Ch08_1003_Diffuse.uasset | 3 +++ .../PlainNPCs/Adam/Ch08_1003_Normal.uasset | 3 +++ .../NPC/Custom_NPC_Stations/PlainNPCs/Adam/Ch08_body.uasset | 3 +++ .../NPC/Custom_NPC_Stations/PlainNPCs/Adam/Ch08_body1.uasset | 3 +++ .../NPC/Custom_NPC_Stations/PlainNPCs/Adam/Ch08_hair.uasset | 3 +++ .../Custom_NPC_Stations/PlainNPCs/Adam/Jumping_Jacks.uasset | 3 +++ .../PlainNPCs/David/Ch28_1001_Diffuse.uasset | 3 +++ .../PlainNPCs/David/Ch28_1001_Diffuse_ncl1_1.uasset | 3 +++ .../PlainNPCs/David/Ch28_1001_Glossiness.uasset | 3 +++ .../PlainNPCs/David/Ch28_1001_Normal.uasset | 3 +++ .../PlainNPCs/David/Ch28_1001_Normal_ncl1_1.uasset | 3 +++ .../PlainNPCs/David/Ch28_1001_Specular.uasset | 3 +++ .../NPC/Custom_NPC_Stations/PlainNPCs/David/Ch28_body.uasset | 3 +++ .../NPC/Custom_NPC_Stations/PlainNPCs/David/Ch28_hair.uasset | 3 +++ .../NPC/Custom_NPC_Stations/PlainNPCs/David/David.uasset | 3 +++ .../PlainNPCs/David/David_PhysicsAsset.uasset | 3 +++ .../Custom_NPC_Stations/PlainNPCs/David/David_Skeleton.uasset | 3 +++ .../NPC/Custom_NPC_Stations/PlainNPCs/David/Push_Up.uasset | 3 +++ .../PlainNPCs/Ellie/Ch37_1001_Diffuse.uasset | 3 +++ .../PlainNPCs/Ellie/Ch37_1001_Glossiness.uasset | 3 +++ .../PlainNPCs/Ellie/Ch37_1001_Normal.uasset | 3 +++ .../PlainNPCs/Ellie/Ch37_1001_Specular.uasset | 3 +++ .../PlainNPCs/Ellie/Ch37_1002_Diffuse.uasset | 3 +++ .../PlainNPCs/Ellie/Ch37_1002_Normal.uasset | 3 +++ .../NPC/Custom_NPC_Stations/PlainNPCs/Ellie/Ch37_hair.uasset | 3 +++ .../NPC/Custom_NPC_Stations/PlainNPCs/Ellie/Ch38_body.uasset | 3 +++ .../NPC/Custom_NPC_Stations/PlainNPCs/Ellie/Ellie.uasset | 3 +++ .../PlainNPCs/Ellie/Ellie_PhysicsAsset.uasset | 3 +++ .../Custom_NPC_Stations/PlainNPCs/Ellie/Ellie_Skeleton.uasset | 3 +++ .../NPC/Custom_NPC_Stations/PlainNPCs/Ellie/Situps.uasset | 3 +++ 44 files changed, 130 insertions(+), 4 deletions(-) create mode 100644 EndlessVendetta/Content/NPC/Custom_NPC_Stations/NPCs_WorkoutGroup.uasset create mode 100644 EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Adam/Adam.uasset create mode 100644 EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Adam/Adam_PhysicsAsset.uasset create mode 100644 EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Adam/Adam_Skeleton.uasset create mode 100644 EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Adam/Ch08_1001_Diffuse.uasset create mode 100644 EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Adam/Ch08_1001_Glossiness.uasset create mode 100644 EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Adam/Ch08_1001_Normal.uasset create mode 100644 EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Adam/Ch08_1001_Specular.uasset create mode 100644 EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Adam/Ch08_1002_Diffuse.uasset create mode 100644 EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Adam/Ch08_1002_Glossiness.uasset create mode 100644 EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Adam/Ch08_1002_Normal.uasset create mode 100644 EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Adam/Ch08_1002_Specular.uasset create mode 100644 EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Adam/Ch08_1003_Diffuse.uasset create mode 100644 EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Adam/Ch08_1003_Normal.uasset create mode 100644 EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Adam/Ch08_body.uasset create mode 100644 EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Adam/Ch08_body1.uasset create mode 100644 EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Adam/Ch08_hair.uasset create mode 100644 EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Adam/Jumping_Jacks.uasset create mode 100644 EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/David/Ch28_1001_Diffuse.uasset create mode 100644 EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/David/Ch28_1001_Diffuse_ncl1_1.uasset create mode 100644 EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/David/Ch28_1001_Glossiness.uasset create mode 100644 EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/David/Ch28_1001_Normal.uasset create mode 100644 EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/David/Ch28_1001_Normal_ncl1_1.uasset create mode 100644 EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/David/Ch28_1001_Specular.uasset create mode 100644 EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/David/Ch28_body.uasset create mode 100644 EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/David/Ch28_hair.uasset create mode 100644 EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/David/David.uasset create mode 100644 EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/David/David_PhysicsAsset.uasset create mode 100644 EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/David/David_Skeleton.uasset create mode 100644 EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/David/Push_Up.uasset create mode 100644 EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Ellie/Ch37_1001_Diffuse.uasset create mode 100644 EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Ellie/Ch37_1001_Glossiness.uasset create mode 100644 EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Ellie/Ch37_1001_Normal.uasset create mode 100644 EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Ellie/Ch37_1001_Specular.uasset create mode 100644 EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Ellie/Ch37_1002_Diffuse.uasset create mode 100644 EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Ellie/Ch37_1002_Normal.uasset create mode 100644 EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Ellie/Ch37_hair.uasset create mode 100644 EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Ellie/Ch38_body.uasset create mode 100644 EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Ellie/Ellie.uasset create mode 100644 EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Ellie/Ellie_PhysicsAsset.uasset create mode 100644 EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Ellie/Ellie_Skeleton.uasset create mode 100644 EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Ellie/Situps.uasset diff --git a/EndlessVendetta/Content/Levels/OpenWorldRework.umap b/EndlessVendetta/Content/Levels/OpenWorldRework.umap index 774d6189..d2fbc12f 100644 --- a/EndlessVendetta/Content/Levels/OpenWorldRework.umap +++ b/EndlessVendetta/Content/Levels/OpenWorldRework.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4c016a5d781a3817ae372cc332a88b52e4f61bb3eef768c232976951cd053496 -size 45628591 +oid sha256:b61063703db8ab37f9596c3d09e85998dbdbf5227576b788cf73fc249dc6ac11 +size 45628643 diff --git a/EndlessVendetta/Content/NPC/BP_NPC_Manager.uasset b/EndlessVendetta/Content/NPC/BP_NPC_Manager.uasset index bfc57709..889a6d1d 100644 --- a/EndlessVendetta/Content/NPC/BP_NPC_Manager.uasset +++ b/EndlessVendetta/Content/NPC/BP_NPC_Manager.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:76c15480f59fc0964f21533d04f7e6d83c2126b518e85d5f5fc0a671e04c40a2 -size 24328 +oid sha256:7aed78165ed104ebfa28180fe86fe1ab747343b88a95d429cfa7ffd2cfb907e3 +size 24504 diff --git a/EndlessVendetta/Content/NPC/Custom_NPC_Stations/NPCs_WorkoutGroup.uasset b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/NPCs_WorkoutGroup.uasset new file mode 100644 index 00000000..a059a723 --- /dev/null +++ b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/NPCs_WorkoutGroup.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7228dbeeaa5d4f6868212728914bb9917f4a003c213618677264386d4d476a8 +size 98322 diff --git a/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Adam/Adam.uasset b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Adam/Adam.uasset new file mode 100644 index 00000000..08267409 --- /dev/null +++ b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Adam/Adam.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c1ec78f95d1c6b423366f5f4312b3215888e438039813ba4a0b5370fabafb99 +size 9581068 diff --git a/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Adam/Adam_PhysicsAsset.uasset b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Adam/Adam_PhysicsAsset.uasset new file mode 100644 index 00000000..8e8ec2a8 --- /dev/null +++ b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Adam/Adam_PhysicsAsset.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c789cc697ac875a58cdc3f02f9fc4bb4a627a4674230420a60f244ca8dfe2df4 +size 31964 diff --git a/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Adam/Adam_Skeleton.uasset b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Adam/Adam_Skeleton.uasset new file mode 100644 index 00000000..dd82f0cc --- /dev/null +++ b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Adam/Adam_Skeleton.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ecaee0c80352e8fa9ded3a62ed425addcd268ccd3aa613e6677f968a8c3e4f1 +size 29355 diff --git a/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Adam/Ch08_1001_Diffuse.uasset b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Adam/Ch08_1001_Diffuse.uasset new file mode 100644 index 00000000..5a45867d --- /dev/null +++ b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Adam/Ch08_1001_Diffuse.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd58ebe27cf4e2979a5d9211fe2297d465a824a43878750fd035018c788bba37 +size 16531233 diff --git a/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Adam/Ch08_1001_Glossiness.uasset b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Adam/Ch08_1001_Glossiness.uasset new file mode 100644 index 00000000..320e150f --- /dev/null +++ b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Adam/Ch08_1001_Glossiness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ddb7522c36f0ae1e02eca72d0c599863296bd79cb74947dc860386bc1a148a4 +size 6636403 diff --git a/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Adam/Ch08_1001_Normal.uasset b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Adam/Ch08_1001_Normal.uasset new file mode 100644 index 00000000..38e4e123 --- /dev/null +++ b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Adam/Ch08_1001_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:090ce2558f5fb26c3b41e0c14658ad40f313f734d8176086aa7b8dbcd24b9835 +size 22709484 diff --git a/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Adam/Ch08_1001_Specular.uasset b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Adam/Ch08_1001_Specular.uasset new file mode 100644 index 00000000..0e084c9f --- /dev/null +++ b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Adam/Ch08_1001_Specular.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d94d2861fca41a78ceaca092f3f77d3ef23e43b0abc55c6d3571b207d7d63663 +size 912298 diff --git a/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Adam/Ch08_1002_Diffuse.uasset b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Adam/Ch08_1002_Diffuse.uasset new file mode 100644 index 00000000..3cfd49ad --- /dev/null +++ b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Adam/Ch08_1002_Diffuse.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce06373027bf2d1d49e1cdf643748cc5742ad439fb4d91b874fae1f147e7118b +size 8088118 diff --git a/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Adam/Ch08_1002_Glossiness.uasset b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Adam/Ch08_1002_Glossiness.uasset new file mode 100644 index 00000000..1bc2d38f --- /dev/null +++ b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Adam/Ch08_1002_Glossiness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38490806cbe1a6bcddea8941c9afdfec133fcf66227bc7198ca1c5f6c7dda36a +size 1209776 diff --git a/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Adam/Ch08_1002_Normal.uasset b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Adam/Ch08_1002_Normal.uasset new file mode 100644 index 00000000..31a5a97d --- /dev/null +++ b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Adam/Ch08_1002_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c070f596bdb2c0d7fe9de1f1603712c205d92f0ed27fdce74628eca424c0507 +size 26699086 diff --git a/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Adam/Ch08_1002_Specular.uasset b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Adam/Ch08_1002_Specular.uasset new file mode 100644 index 00000000..d7f0c6d5 --- /dev/null +++ b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Adam/Ch08_1002_Specular.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87421ddbfe1bb1a38a57f36ea714ec41ea60850d21fe2c1103ae8ecb99522c69 +size 61737 diff --git a/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Adam/Ch08_1003_Diffuse.uasset b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Adam/Ch08_1003_Diffuse.uasset new file mode 100644 index 00000000..70a66751 --- /dev/null +++ b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Adam/Ch08_1003_Diffuse.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89c14b5d9056aa0d32da17fbda96db86d12bd1378f74f3936705367a4169ef0c +size 4279725 diff --git a/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Adam/Ch08_1003_Normal.uasset b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Adam/Ch08_1003_Normal.uasset new file mode 100644 index 00000000..65782503 --- /dev/null +++ b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Adam/Ch08_1003_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e19cc5525bddb3733ca800945399fa34ed98a81d754c3e23818e50ae54658e5 +size 4669810 diff --git a/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Adam/Ch08_body.uasset b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Adam/Ch08_body.uasset new file mode 100644 index 00000000..3592d4ea --- /dev/null +++ b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Adam/Ch08_body.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16f9d45d414b7d949da674d593ab8fce2cd7dc96f77ffad38b0dd5f7df8fca65 +size 12898 diff --git a/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Adam/Ch08_body1.uasset b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Adam/Ch08_body1.uasset new file mode 100644 index 00000000..3c57cb61 --- /dev/null +++ b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Adam/Ch08_body1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd482a5abf150a15ddcedf23496cba09d8a0486e11fc081e313ac909bf766193 +size 13816 diff --git a/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Adam/Ch08_hair.uasset b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Adam/Ch08_hair.uasset new file mode 100644 index 00000000..061a1a59 --- /dev/null +++ b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Adam/Ch08_hair.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:231abbf149bf85e6b83dd5de50d972394327659bb9cd2d25d3d2bc36d3eb1fa7 +size 9681 diff --git a/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Adam/Jumping_Jacks.uasset b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Adam/Jumping_Jacks.uasset new file mode 100644 index 00000000..87cf64ee --- /dev/null +++ b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Adam/Jumping_Jacks.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b617a2bf431d188e960a305b5581f8e4acb09a5171e98e41be61718b2c5b1561 +size 606199 diff --git a/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/David/Ch28_1001_Diffuse.uasset b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/David/Ch28_1001_Diffuse.uasset new file mode 100644 index 00000000..4df09664 --- /dev/null +++ b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/David/Ch28_1001_Diffuse.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4195c658a7af8cc3d87d89a8efbd911cec76d17f6a69e468c4f3fd59043ca0a2 +size 15994424 diff --git a/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/David/Ch28_1001_Diffuse_ncl1_1.uasset b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/David/Ch28_1001_Diffuse_ncl1_1.uasset new file mode 100644 index 00000000..e8112edb --- /dev/null +++ b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/David/Ch28_1001_Diffuse_ncl1_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c02f574114f15d3fe93d16940294efe38234bac628b60e2c75f5bc861212d328 +size 15994455 diff --git a/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/David/Ch28_1001_Glossiness.uasset b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/David/Ch28_1001_Glossiness.uasset new file mode 100644 index 00000000..d9dbea08 --- /dev/null +++ b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/David/Ch28_1001_Glossiness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ee0016d09338a0d6308b0ce55dd0f4a07624a1eca1247f0861058f83bc39e23 +size 7456891 diff --git a/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/David/Ch28_1001_Normal.uasset b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/David/Ch28_1001_Normal.uasset new file mode 100644 index 00000000..16907615 --- /dev/null +++ b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/David/Ch28_1001_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5200db5e5d1816fa94395069b2f4b939ed5fb9f1a5371a4552e8b2e19d7c19d3 +size 27520435 diff --git a/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/David/Ch28_1001_Normal_ncl1_1.uasset b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/David/Ch28_1001_Normal_ncl1_1.uasset new file mode 100644 index 00000000..9ab3a786 --- /dev/null +++ b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/David/Ch28_1001_Normal_ncl1_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2185a6a58a2cba4d0571d35f26b459c0cca34d54f23a1cca968dee1b9e98c2c2 +size 27520466 diff --git a/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/David/Ch28_1001_Specular.uasset b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/David/Ch28_1001_Specular.uasset new file mode 100644 index 00000000..d90d5a1e --- /dev/null +++ b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/David/Ch28_1001_Specular.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c36b1b3850018a9773033092969c2a569e23ecc619c4f294f0213db70057dfb +size 61741 diff --git a/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/David/Ch28_body.uasset b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/David/Ch28_body.uasset new file mode 100644 index 00000000..08f7a82e --- /dev/null +++ b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/David/Ch28_body.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1c76586a538b1395169ad1b0a4091668722992100a5328e0c3c1718c41fcfad +size 11061 diff --git a/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/David/Ch28_hair.uasset b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/David/Ch28_hair.uasset new file mode 100644 index 00000000..1b759dab --- /dev/null +++ b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/David/Ch28_hair.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1f9f83e01d602068c7ba6891dcfd42febb36f31a078c369da43d9baaf950dc7 +size 10880 diff --git a/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/David/David.uasset b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/David/David.uasset new file mode 100644 index 00000000..8a19d485 --- /dev/null +++ b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/David/David.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eeff5defae7fe772a52fe08db7946735590f267545b7738676dc76084a33e337 +size 8584416 diff --git a/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/David/David_PhysicsAsset.uasset b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/David/David_PhysicsAsset.uasset new file mode 100644 index 00000000..9932340b --- /dev/null +++ b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/David/David_PhysicsAsset.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d6b92571f155495ec7ae09f02477b6c578e9ea0a8f266f786ed2070c33e687d +size 30916 diff --git a/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/David/David_Skeleton.uasset b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/David/David_Skeleton.uasset new file mode 100644 index 00000000..b8421172 --- /dev/null +++ b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/David/David_Skeleton.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6df4a3dcbee14df304d94710bdf9b1ce3c8bd6cb22597522de01a2e523d561f4 +size 29188 diff --git a/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/David/Push_Up.uasset b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/David/Push_Up.uasset new file mode 100644 index 00000000..7d461c92 --- /dev/null +++ b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/David/Push_Up.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5473db2183114f39e739944bb62ac35960327e4ef6b97008846268925e1aad53 +size 141500 diff --git a/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Ellie/Ch37_1001_Diffuse.uasset b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Ellie/Ch37_1001_Diffuse.uasset new file mode 100644 index 00000000..bf9631f0 --- /dev/null +++ b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Ellie/Ch37_1001_Diffuse.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0438355d8e1c8dbf1fd10ef2cffc8d6c4a904b1a07b3a70eb484e6ff35134015 +size 15002504 diff --git a/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Ellie/Ch37_1001_Glossiness.uasset b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Ellie/Ch37_1001_Glossiness.uasset new file mode 100644 index 00000000..aa597e37 --- /dev/null +++ b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Ellie/Ch37_1001_Glossiness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5e79516149f41f22eaae19865764fe5682596091df78a0d51697fd82231ac12 +size 5519763 diff --git a/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Ellie/Ch37_1001_Normal.uasset b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Ellie/Ch37_1001_Normal.uasset new file mode 100644 index 00000000..973df505 --- /dev/null +++ b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Ellie/Ch37_1001_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe16768f78d123bb0d2ea6bb97757d99b6f4d9b1ae0f05ad8e92d186dd9d5f63 +size 22237721 diff --git a/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Ellie/Ch37_1001_Specular.uasset b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Ellie/Ch37_1001_Specular.uasset new file mode 100644 index 00000000..4a2cd2f9 --- /dev/null +++ b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Ellie/Ch37_1001_Specular.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e51292be2e4d268b50a9b747d6e536d18c386a5f2628a7e8fcfdf2ee54f9ebf +size 61741 diff --git a/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Ellie/Ch37_1002_Diffuse.uasset b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Ellie/Ch37_1002_Diffuse.uasset new file mode 100644 index 00000000..35fa2e16 --- /dev/null +++ b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Ellie/Ch37_1002_Diffuse.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:135234e6074716de53dfaefd36098aa703efb0f36f4bf4952171049e19d77f04 +size 6198865 diff --git a/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Ellie/Ch37_1002_Normal.uasset b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Ellie/Ch37_1002_Normal.uasset new file mode 100644 index 00000000..0fc60ad0 --- /dev/null +++ b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Ellie/Ch37_1002_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0079167e1a332e527c0cf50631dbdbb03964bb3b24cca7b86a674c8743d1ecc +size 5747367 diff --git a/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Ellie/Ch37_hair.uasset b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Ellie/Ch37_hair.uasset new file mode 100644 index 00000000..08e17c50 --- /dev/null +++ b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Ellie/Ch37_hair.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:070039d28c2785b1a320eddcc45e857466904a39da87fc8786cfaeda68831b06 +size 9825 diff --git a/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Ellie/Ch38_body.uasset b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Ellie/Ch38_body.uasset new file mode 100644 index 00000000..f5331ef0 --- /dev/null +++ b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Ellie/Ch38_body.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b697b405a82763ef6604dcbad49e8f076af63ea00d60d602a0999c0cc9f047a6 +size 12947 diff --git a/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Ellie/Ellie.uasset b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Ellie/Ellie.uasset new file mode 100644 index 00000000..63d4a2a4 --- /dev/null +++ b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Ellie/Ellie.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8e4be7efa317801cbc7e0760a3d3650c9776b8b6fbd06bb7dbe16d504362cd0 +size 7760541 diff --git a/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Ellie/Ellie_PhysicsAsset.uasset b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Ellie/Ellie_PhysicsAsset.uasset new file mode 100644 index 00000000..2911c5da --- /dev/null +++ b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Ellie/Ellie_PhysicsAsset.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c938190ff5b4f92ad518962a3e90c967516f8a2ad49bbda1f2c52f6d1a8d9276 +size 29070 diff --git a/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Ellie/Ellie_Skeleton.uasset b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Ellie/Ellie_Skeleton.uasset new file mode 100644 index 00000000..629d56eb --- /dev/null +++ b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Ellie/Ellie_Skeleton.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91167fc0b191199a521b9b0a15ee6358867564e318227ff392276453f7756469 +size 28276 diff --git a/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Ellie/Situps.uasset b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Ellie/Situps.uasset new file mode 100644 index 00000000..4dc7d897 --- /dev/null +++ b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Ellie/Situps.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26b915169b648e5627045b831b28643100baf257baf12575823771d65d018797 +size 196778