From 26198ad2002ca16a97a8eccfbfac522ae8dd92fa Mon Sep 17 00:00:00 2001 From: Rafal Swierczek Date: Sun, 12 May 2024 21:51:52 +0100 Subject: [PATCH] Added Elizabeth and Sophie --- EndlessVendetta/Content/Levels/OpenWorldRework.umap | 4 ++-- EndlessVendetta/Content/NPC/BP_NPC_Manager.uasset | 4 ++-- .../Content/NPC/Custom_NPC_Stations/NPC_SophieIdle.uasset | 3 +++ .../NPC/Custom_NPC_Stations/NPCs_ElizabethTablet.uasset | 3 +++ .../PlainNPCs/Elizabeth/Ch26_1001_Diffuse.uasset | 3 +++ .../PlainNPCs/Elizabeth/Ch26_1001_Glossiness.uasset | 3 +++ .../PlainNPCs/Elizabeth/Ch26_1001_Normal.uasset | 3 +++ .../PlainNPCs/Elizabeth/Ch26_1001_Specular.uasset | 3 +++ .../PlainNPCs/Elizabeth/Ch26_1002_Diffuse.uasset | 3 +++ .../PlainNPCs/Elizabeth/Ch26_1002_Normal.uasset | 3 +++ .../Custom_NPC_Stations/PlainNPCs/Elizabeth/Ch26_body.uasset | 3 +++ .../Custom_NPC_Stations/PlainNPCs/Elizabeth/Ch26_hair.uasset | 3 +++ .../Custom_NPC_Stations/PlainNPCs/Elizabeth/Elizabeth.uasset | 3 +++ .../PlainNPCs/Elizabeth/Elizabeth_PhysicsAsset.uasset | 3 +++ .../PlainNPCs/Elizabeth/Elizabeth_Skeleton.uasset | 3 +++ .../PlainNPCs/Sophie/Ch02_1001_Diffuse.uasset | 3 +++ .../PlainNPCs/Sophie/Ch02_1001_Glossiness.uasset | 3 +++ .../PlainNPCs/Sophie/Ch02_1001_Normal.uasset | 3 +++ .../PlainNPCs/Sophie/Ch02_1001_Specular.uasset | 3 +++ .../PlainNPCs/Sophie/Ch02_1002_Diffuse.uasset | 3 +++ .../PlainNPCs/Sophie/Ch02_1002_Normal.uasset | 3 +++ .../NPC/Custom_NPC_Stations/PlainNPCs/Sophie/Ch02_body.uasset | 3 +++ .../NPC/Custom_NPC_Stations/PlainNPCs/Sophie/Ch02_hair.uasset | 3 +++ .../Custom_NPC_Stations/PlainNPCs/Sophie/Happy_Idle.uasset | 3 +++ .../NPC/Custom_NPC_Stations/PlainNPCs/Sophie/Sophie.uasset | 3 +++ .../PlainNPCs/Sophie/Sophie_PhysicsAsset.uasset | 3 +++ .../PlainNPCs/Sophie/Sophie_Skeleton.uasset | 3 +++ 27 files changed, 79 insertions(+), 4 deletions(-) create mode 100644 EndlessVendetta/Content/NPC/Custom_NPC_Stations/NPC_SophieIdle.uasset create mode 100644 EndlessVendetta/Content/NPC/Custom_NPC_Stations/NPCs_ElizabethTablet.uasset create mode 100644 EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Elizabeth/Ch26_1001_Diffuse.uasset create mode 100644 EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Elizabeth/Ch26_1001_Glossiness.uasset create mode 100644 EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Elizabeth/Ch26_1001_Normal.uasset create mode 100644 EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Elizabeth/Ch26_1001_Specular.uasset create mode 100644 EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Elizabeth/Ch26_1002_Diffuse.uasset create mode 100644 EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Elizabeth/Ch26_1002_Normal.uasset create mode 100644 EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Elizabeth/Ch26_body.uasset create mode 100644 EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Elizabeth/Ch26_hair.uasset create mode 100644 EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Elizabeth/Elizabeth.uasset create mode 100644 EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Elizabeth/Elizabeth_PhysicsAsset.uasset create mode 100644 EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Elizabeth/Elizabeth_Skeleton.uasset create mode 100644 EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Sophie/Ch02_1001_Diffuse.uasset create mode 100644 EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Sophie/Ch02_1001_Glossiness.uasset create mode 100644 EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Sophie/Ch02_1001_Normal.uasset create mode 100644 EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Sophie/Ch02_1001_Specular.uasset create mode 100644 EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Sophie/Ch02_1002_Diffuse.uasset create mode 100644 EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Sophie/Ch02_1002_Normal.uasset create mode 100644 EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Sophie/Ch02_body.uasset create mode 100644 EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Sophie/Ch02_hair.uasset create mode 100644 EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Sophie/Happy_Idle.uasset create mode 100644 EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Sophie/Sophie.uasset create mode 100644 EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Sophie/Sophie_PhysicsAsset.uasset create mode 100644 EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Sophie/Sophie_Skeleton.uasset diff --git a/EndlessVendetta/Content/Levels/OpenWorldRework.umap b/EndlessVendetta/Content/Levels/OpenWorldRework.umap index d2fbc12f..aa90d9eb 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:b61063703db8ab37f9596c3d09e85998dbdbf5227576b788cf73fc249dc6ac11 -size 45628643 +oid sha256:6ad85594f0fc90fe7db7715c084eebd9d5fb48894550cf9c4aac0d00ebcfa2cd +size 45628617 diff --git a/EndlessVendetta/Content/NPC/BP_NPC_Manager.uasset b/EndlessVendetta/Content/NPC/BP_NPC_Manager.uasset index 889a6d1d..3574aa62 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:7aed78165ed104ebfa28180fe86fe1ab747343b88a95d429cfa7ffd2cfb907e3 -size 24504 +oid sha256:21f86614d78c8ddf97d80bad5d5f05a3058ef935c45f99dcd418c873dcc2427a +size 24848 diff --git a/EndlessVendetta/Content/NPC/Custom_NPC_Stations/NPC_SophieIdle.uasset b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/NPC_SophieIdle.uasset new file mode 100644 index 00000000..dc621ccd --- /dev/null +++ b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/NPC_SophieIdle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5f0cdf52598286f6e3b499f84bd6a266a4a53025576be44cebe203ce647184f +size 56618 diff --git a/EndlessVendetta/Content/NPC/Custom_NPC_Stations/NPCs_ElizabethTablet.uasset b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/NPCs_ElizabethTablet.uasset new file mode 100644 index 00000000..364802f2 --- /dev/null +++ b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/NPCs_ElizabethTablet.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:715382c247ff4385266f1448c4da71dc347889795784225bc295bd3a50189a2d +size 56398 diff --git a/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Elizabeth/Ch26_1001_Diffuse.uasset b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Elizabeth/Ch26_1001_Diffuse.uasset new file mode 100644 index 00000000..5ed3474c --- /dev/null +++ b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Elizabeth/Ch26_1001_Diffuse.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90ee549e98f7320ba4bd0b64651cbd481dd68662323ef8e59eb71a115cf0b182 +size 19141681 diff --git a/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Elizabeth/Ch26_1001_Glossiness.uasset b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Elizabeth/Ch26_1001_Glossiness.uasset new file mode 100644 index 00000000..860ad1a5 --- /dev/null +++ b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Elizabeth/Ch26_1001_Glossiness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d48896dac452ac2a15d34f798feb851ca35ba4ccf6cbaa150d4228d886337de +size 6086087 diff --git a/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Elizabeth/Ch26_1001_Normal.uasset b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Elizabeth/Ch26_1001_Normal.uasset new file mode 100644 index 00000000..9d27eece --- /dev/null +++ b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Elizabeth/Ch26_1001_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9672dd081599f75e6b56b5d8fc1f7ddc1f7a481210a378bc96fbfba9dffa0bcf +size 27913508 diff --git a/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Elizabeth/Ch26_1001_Specular.uasset b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Elizabeth/Ch26_1001_Specular.uasset new file mode 100644 index 00000000..8428cebc --- /dev/null +++ b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Elizabeth/Ch26_1001_Specular.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40fb7bb184788ea10351b3aea1eb3457a47ef08e2a15e830a10397c741086af7 +size 145635 diff --git a/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Elizabeth/Ch26_1002_Diffuse.uasset b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Elizabeth/Ch26_1002_Diffuse.uasset new file mode 100644 index 00000000..9cd58c15 --- /dev/null +++ b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Elizabeth/Ch26_1002_Diffuse.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4eafe216286f32bb52818047ef12e5f6240422557b2ac48be556829518c3991c +size 2691948 diff --git a/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Elizabeth/Ch26_1002_Normal.uasset b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Elizabeth/Ch26_1002_Normal.uasset new file mode 100644 index 00000000..79b49854 --- /dev/null +++ b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Elizabeth/Ch26_1002_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1502a661e90e19a671178d1519ca5b2b32ca9fc4778b895e180d2e6c3407b375 +size 2783012 diff --git a/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Elizabeth/Ch26_body.uasset b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Elizabeth/Ch26_body.uasset new file mode 100644 index 00000000..80a4cac3 --- /dev/null +++ b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Elizabeth/Ch26_body.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bdd171d3b093e2c78df15b94d44dc1c98bc83cd21e34f49c406f733f6560f60 +size 13898 diff --git a/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Elizabeth/Ch26_hair.uasset b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Elizabeth/Ch26_hair.uasset new file mode 100644 index 00000000..4bdd4ea4 --- /dev/null +++ b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Elizabeth/Ch26_hair.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9669a117ebdb57234995242d264279cfba6009e648ddf6f8846b19e7fbbb264c +size 9159 diff --git a/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Elizabeth/Elizabeth.uasset b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Elizabeth/Elizabeth.uasset new file mode 100644 index 00000000..f9532143 --- /dev/null +++ b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Elizabeth/Elizabeth.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34203e7fb1c430266406cee55f21a87717d4c9dd19b5da1aa07a7bb715e7e331 +size 8050246 diff --git a/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Elizabeth/Elizabeth_PhysicsAsset.uasset b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Elizabeth/Elizabeth_PhysicsAsset.uasset new file mode 100644 index 00000000..23b9c97b --- /dev/null +++ b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Elizabeth/Elizabeth_PhysicsAsset.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca2d6bd92a9537d129e3c5cc0068708c93f2e955dfa7ff7e6cda985b00a81c03 +size 29286 diff --git a/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Elizabeth/Elizabeth_Skeleton.uasset b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Elizabeth/Elizabeth_Skeleton.uasset new file mode 100644 index 00000000..49a94d78 --- /dev/null +++ b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Elizabeth/Elizabeth_Skeleton.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e16cd0a4149430beeebb6d3ac03028ead48e1935ac17445a9f2846e410f6465e +size 28310 diff --git a/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Sophie/Ch02_1001_Diffuse.uasset b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Sophie/Ch02_1001_Diffuse.uasset new file mode 100644 index 00000000..f5ddc0b0 --- /dev/null +++ b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Sophie/Ch02_1001_Diffuse.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6888b4ecbf69e06711e9d9d6d463eb98fd86f9ac68aecca1933b4ff8c23eff9 +size 16200097 diff --git a/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Sophie/Ch02_1001_Glossiness.uasset b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Sophie/Ch02_1001_Glossiness.uasset new file mode 100644 index 00000000..3758c756 --- /dev/null +++ b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Sophie/Ch02_1001_Glossiness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89396e53a45d0e98486e3b54e1f6a6fe60757e685da2999461b5d84485daf607 +size 6227743 diff --git a/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Sophie/Ch02_1001_Normal.uasset b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Sophie/Ch02_1001_Normal.uasset new file mode 100644 index 00000000..77f21104 --- /dev/null +++ b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Sophie/Ch02_1001_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dc448fa833209eba054f97b1bc1bcee09140a723540ff9a1776109534cb2fc7 +size 21842365 diff --git a/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Sophie/Ch02_1001_Specular.uasset b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Sophie/Ch02_1001_Specular.uasset new file mode 100644 index 00000000..c1c1e28f --- /dev/null +++ b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Sophie/Ch02_1001_Specular.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a05aed5713c530c6f5f0c4c9d5adb6375195459f0af6b9a3e8ccf75c6c63c0a +size 61745 diff --git a/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Sophie/Ch02_1002_Diffuse.uasset b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Sophie/Ch02_1002_Diffuse.uasset new file mode 100644 index 00000000..97147635 --- /dev/null +++ b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Sophie/Ch02_1002_Diffuse.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0381eab0bd75651ebf7230f5b0f28cb9e554bf4936772d1a1cea08401277d9d +size 3804387 diff --git a/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Sophie/Ch02_1002_Normal.uasset b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Sophie/Ch02_1002_Normal.uasset new file mode 100644 index 00000000..fba5425c --- /dev/null +++ b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Sophie/Ch02_1002_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6d786ee639746f559000c8f419e18739f218d736bddc1331cc12920dd0d44c5 +size 2965122 diff --git a/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Sophie/Ch02_body.uasset b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Sophie/Ch02_body.uasset new file mode 100644 index 00000000..a81aeaa2 --- /dev/null +++ b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Sophie/Ch02_body.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fbe74703fdc9752017ea11edcfacdb47dd6b21f075c53697c911508ecd1bba3 +size 13103 diff --git a/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Sophie/Ch02_hair.uasset b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Sophie/Ch02_hair.uasset new file mode 100644 index 00000000..7a926a53 --- /dev/null +++ b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Sophie/Ch02_hair.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53592fac145a1445f4575404d00307576c4a3b15246cad7ce5d6c4e0b68e571b +size 12687 diff --git a/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Sophie/Happy_Idle.uasset b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Sophie/Happy_Idle.uasset new file mode 100644 index 00000000..c3c8f868 --- /dev/null +++ b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Sophie/Happy_Idle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d62cd289f62192486ce0e5fbfb54099d80f05cdbac74e21dce77ee2a08fb007 +size 179894 diff --git a/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Sophie/Sophie.uasset b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Sophie/Sophie.uasset new file mode 100644 index 00000000..56f2229d --- /dev/null +++ b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Sophie/Sophie.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87418c071ff73cba5a00ff87a31c27c011ccc78a42a84b4cd935f6d75d5b48fa +size 8141711 diff --git a/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Sophie/Sophie_PhysicsAsset.uasset b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Sophie/Sophie_PhysicsAsset.uasset new file mode 100644 index 00000000..80746a7c --- /dev/null +++ b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Sophie/Sophie_PhysicsAsset.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f56605262a7a208a75b254c67fe01f7243a86be9d20f956435294e5ef0e3a37a +size 27975 diff --git a/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Sophie/Sophie_Skeleton.uasset b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Sophie/Sophie_Skeleton.uasset new file mode 100644 index 00000000..0206f25f --- /dev/null +++ b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/PlainNPCs/Sophie/Sophie_Skeleton.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3a9fd520e1257eaacc494f847cdeee4fe5746aa5d17b6f43960bff9ce0b2f7b +size 28635