From 091929fdf357a25bbf6d7e416078119c244d9cee Mon Sep 17 00:00:00 2001 From: Rafal Swierczek Date: Sun, 14 Apr 2024 14:07:52 +0100 Subject: [PATCH] Implemented Escape Apartment Sequence Checkpoints --- .../BountySpecificActors/Door/Item_DoorKey.uasset | 4 ++-- .../ApartmentBounty/BountySpecificActors/Door/M_KeyPic.uasset | 3 +++ .../BountySpecificActors/Door/M_KeyPic_Rot.uasset | 3 +++ .../BountySpecificActors/TimothysID/BWI_TimothysChip.uasset | 3 +++ .../BountySpecificActors/TimothysID/ChipTexture.jpg | 3 +++ .../BountySpecificActors/TimothysID/ChipTexture.uasset | 3 +++ .../BountySpecificActors/TimothysID/Item_TimothysChip.uasset | 3 +++ .../BountySpecificActors/TimothysID/M_ChipPic.uasset | 3 +++ .../BountySpecificActors/TimothysID/M_ChipPic_Rot.uasset | 3 +++ .../LevelSpecificCheckpoints/CP_ElimTImothyHuntsmer.uasset | 4 ++-- .../LevelSpecificCheckpoints/CP_EscapeTheApartment.uasset | 3 +++ .../LevelSpecificCheckpoints/CP_PickupTimothysChip.uasset | 3 +++ .../ApartmentBounty/LevelInstances/ApartmentWave.umap | 3 +++ .../Content/BountySystem/ApartmentBounty/MB_Apartment.uasset | 4 ++-- EndlessVendetta/Content/Dialogue/D_ApartmentBouncer.uasset | 4 ++-- .../Content/Inventory/Items/Favour/Materials/M_KeyPic.uasset | 3 --- .../Inventory/Items/Favour/Materials/M_KeyPic_Rot.uasset | 3 --- EndlessVendetta/Content/Levels/Apartment_hit.umap | 4 ++-- EndlessVendetta/Content/Levels/MainMenuLevel.umap | 2 +- .../Content/StarterContent/Architecture/Floor_400x400.uasset | 4 ++-- .../StarterContent/HDRI/HDRI_Epic_Courtyard_Daylight.uasset | 4 ++-- .../ApartmentWave/0/6F/58Z434XXZ8N80RNBZI1HSQ.uasset | 3 +++ .../ApartmentWave/1/E2/PTHD9GHDGD55NP25HMNXOD.uasset | 3 +++ .../ApartmentWave/3/V0/ZI5VTVC6LDRJ4VLI7BJ4AK.uasset | 3 +++ .../ApartmentWave/4/CM/YQJTH5UV0WHR28X0W0227V.uasset | 3 +++ .../ApartmentWave/4/OP/WOMTR8H4VCTHRI0NHK63AF.uasset | 3 +++ .../ApartmentWave/5/ZH/CX8OAVWMV9GUKPU20JUIWJ.uasset | 3 +++ .../ApartmentWave/9/OV/UT6BCDOO46BA8XCEP87CYV.uasset | 3 +++ .../ApartmentWave/C/0J/L90WPJGTP8E9UJDG8CNRCN.uasset | 3 +++ .../ApartmentWave/D/6P/CQFTDIIHGT5SVO7DHMI6M0.uasset | 3 +++ .../ApartmentWave/D/EJ/VNYPOBZY93BAG4JYQH6839.uasset | 3 +++ 31 files changed, 78 insertions(+), 21 deletions(-) create mode 100644 EndlessVendetta/Content/BountySystem/ApartmentBounty/BountySpecificActors/Door/M_KeyPic.uasset create mode 100644 EndlessVendetta/Content/BountySystem/ApartmentBounty/BountySpecificActors/Door/M_KeyPic_Rot.uasset create mode 100644 EndlessVendetta/Content/BountySystem/ApartmentBounty/BountySpecificActors/TimothysID/BWI_TimothysChip.uasset create mode 100644 EndlessVendetta/Content/BountySystem/ApartmentBounty/BountySpecificActors/TimothysID/ChipTexture.jpg create mode 100644 EndlessVendetta/Content/BountySystem/ApartmentBounty/BountySpecificActors/TimothysID/ChipTexture.uasset create mode 100644 EndlessVendetta/Content/BountySystem/ApartmentBounty/BountySpecificActors/TimothysID/Item_TimothysChip.uasset create mode 100644 EndlessVendetta/Content/BountySystem/ApartmentBounty/BountySpecificActors/TimothysID/M_ChipPic.uasset create mode 100644 EndlessVendetta/Content/BountySystem/ApartmentBounty/BountySpecificActors/TimothysID/M_ChipPic_Rot.uasset create mode 100644 EndlessVendetta/Content/BountySystem/ApartmentBounty/Checkpoints/LevelSpecificCheckpoints/CP_EscapeTheApartment.uasset create mode 100644 EndlessVendetta/Content/BountySystem/ApartmentBounty/Checkpoints/LevelSpecificCheckpoints/CP_PickupTimothysChip.uasset create mode 100644 EndlessVendetta/Content/BountySystem/ApartmentBounty/LevelInstances/ApartmentWave.umap delete mode 100644 EndlessVendetta/Content/Inventory/Items/Favour/Materials/M_KeyPic.uasset delete mode 100644 EndlessVendetta/Content/Inventory/Items/Favour/Materials/M_KeyPic_Rot.uasset create mode 100644 EndlessVendetta/Content/__ExternalActors__/BountySystem/ApartmentBounty/LevelInstances/ApartmentWave/0/6F/58Z434XXZ8N80RNBZI1HSQ.uasset create mode 100644 EndlessVendetta/Content/__ExternalActors__/BountySystem/ApartmentBounty/LevelInstances/ApartmentWave/1/E2/PTHD9GHDGD55NP25HMNXOD.uasset create mode 100644 EndlessVendetta/Content/__ExternalActors__/BountySystem/ApartmentBounty/LevelInstances/ApartmentWave/3/V0/ZI5VTVC6LDRJ4VLI7BJ4AK.uasset create mode 100644 EndlessVendetta/Content/__ExternalActors__/BountySystem/ApartmentBounty/LevelInstances/ApartmentWave/4/CM/YQJTH5UV0WHR28X0W0227V.uasset create mode 100644 EndlessVendetta/Content/__ExternalActors__/BountySystem/ApartmentBounty/LevelInstances/ApartmentWave/4/OP/WOMTR8H4VCTHRI0NHK63AF.uasset create mode 100644 EndlessVendetta/Content/__ExternalActors__/BountySystem/ApartmentBounty/LevelInstances/ApartmentWave/5/ZH/CX8OAVWMV9GUKPU20JUIWJ.uasset create mode 100644 EndlessVendetta/Content/__ExternalActors__/BountySystem/ApartmentBounty/LevelInstances/ApartmentWave/9/OV/UT6BCDOO46BA8XCEP87CYV.uasset create mode 100644 EndlessVendetta/Content/__ExternalActors__/BountySystem/ApartmentBounty/LevelInstances/ApartmentWave/C/0J/L90WPJGTP8E9UJDG8CNRCN.uasset create mode 100644 EndlessVendetta/Content/__ExternalActors__/BountySystem/ApartmentBounty/LevelInstances/ApartmentWave/D/6P/CQFTDIIHGT5SVO7DHMI6M0.uasset create mode 100644 EndlessVendetta/Content/__ExternalActors__/BountySystem/ApartmentBounty/LevelInstances/ApartmentWave/D/EJ/VNYPOBZY93BAG4JYQH6839.uasset diff --git a/EndlessVendetta/Content/BountySystem/ApartmentBounty/BountySpecificActors/Door/Item_DoorKey.uasset b/EndlessVendetta/Content/BountySystem/ApartmentBounty/BountySpecificActors/Door/Item_DoorKey.uasset index 1ed04b55..17dc91f8 100644 --- a/EndlessVendetta/Content/BountySystem/ApartmentBounty/BountySpecificActors/Door/Item_DoorKey.uasset +++ b/EndlessVendetta/Content/BountySystem/ApartmentBounty/BountySpecificActors/Door/Item_DoorKey.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1b75746ab0a21996c5dfcba3d02617abcdae0bd7782bc65434ed12b9810817c6 -size 6971 +oid sha256:6002816b12c62ef49fe596cb39c4a640cce1e6da528673f806eed81027ea09f5 +size 7015 diff --git a/EndlessVendetta/Content/BountySystem/ApartmentBounty/BountySpecificActors/Door/M_KeyPic.uasset b/EndlessVendetta/Content/BountySystem/ApartmentBounty/BountySpecificActors/Door/M_KeyPic.uasset new file mode 100644 index 00000000..ff22f05e --- /dev/null +++ b/EndlessVendetta/Content/BountySystem/ApartmentBounty/BountySpecificActors/Door/M_KeyPic.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc91d80627d730efbfa06c184bcdc3afb73e3de360079db7dbaf53222e4452f9 +size 9098 diff --git a/EndlessVendetta/Content/BountySystem/ApartmentBounty/BountySpecificActors/Door/M_KeyPic_Rot.uasset b/EndlessVendetta/Content/BountySystem/ApartmentBounty/BountySpecificActors/Door/M_KeyPic_Rot.uasset new file mode 100644 index 00000000..b43dd3e9 --- /dev/null +++ b/EndlessVendetta/Content/BountySystem/ApartmentBounty/BountySpecificActors/Door/M_KeyPic_Rot.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4809f71a072e696445330dffc300042a4f567b8f9ee86279451729c9b99ae04 +size 9143 diff --git a/EndlessVendetta/Content/BountySystem/ApartmentBounty/BountySpecificActors/TimothysID/BWI_TimothysChip.uasset b/EndlessVendetta/Content/BountySystem/ApartmentBounty/BountySpecificActors/TimothysID/BWI_TimothysChip.uasset new file mode 100644 index 00000000..a13d6107 --- /dev/null +++ b/EndlessVendetta/Content/BountySystem/ApartmentBounty/BountySpecificActors/TimothysID/BWI_TimothysChip.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:245be560cb6f249398eede4c97f06f5acef795e1e93af64a8b4b3f48d06704d9 +size 22591 diff --git a/EndlessVendetta/Content/BountySystem/ApartmentBounty/BountySpecificActors/TimothysID/ChipTexture.jpg b/EndlessVendetta/Content/BountySystem/ApartmentBounty/BountySpecificActors/TimothysID/ChipTexture.jpg new file mode 100644 index 00000000..62d123f7 --- /dev/null +++ b/EndlessVendetta/Content/BountySystem/ApartmentBounty/BountySpecificActors/TimothysID/ChipTexture.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0460334dc9006e382ac7d38c2687141dc6e9583a77ed57881509bb4b0e62eb5a +size 47349 diff --git a/EndlessVendetta/Content/BountySystem/ApartmentBounty/BountySpecificActors/TimothysID/ChipTexture.uasset b/EndlessVendetta/Content/BountySystem/ApartmentBounty/BountySpecificActors/TimothysID/ChipTexture.uasset new file mode 100644 index 00000000..7172b895 --- /dev/null +++ b/EndlessVendetta/Content/BountySystem/ApartmentBounty/BountySpecificActors/TimothysID/ChipTexture.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d61b2fc777e48f06c3abc9e92fa765d703ec5a6206bddc37615fef483e5c3ec2 +size 69993 diff --git a/EndlessVendetta/Content/BountySystem/ApartmentBounty/BountySpecificActors/TimothysID/Item_TimothysChip.uasset b/EndlessVendetta/Content/BountySystem/ApartmentBounty/BountySpecificActors/TimothysID/Item_TimothysChip.uasset new file mode 100644 index 00000000..6abddf91 --- /dev/null +++ b/EndlessVendetta/Content/BountySystem/ApartmentBounty/BountySpecificActors/TimothysID/Item_TimothysChip.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:507a8bdc1f11f53100cd8596e9b59939918448d79b89ae020af311d629ba73d4 +size 7137 diff --git a/EndlessVendetta/Content/BountySystem/ApartmentBounty/BountySpecificActors/TimothysID/M_ChipPic.uasset b/EndlessVendetta/Content/BountySystem/ApartmentBounty/BountySpecificActors/TimothysID/M_ChipPic.uasset new file mode 100644 index 00000000..c0cf5f7a --- /dev/null +++ b/EndlessVendetta/Content/BountySystem/ApartmentBounty/BountySpecificActors/TimothysID/M_ChipPic.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51eb43417d8c0c7ea7801d30b6160dde31771ac7cdd65d586345409a74b0b296 +size 23938 diff --git a/EndlessVendetta/Content/BountySystem/ApartmentBounty/BountySpecificActors/TimothysID/M_ChipPic_Rot.uasset b/EndlessVendetta/Content/BountySystem/ApartmentBounty/BountySpecificActors/TimothysID/M_ChipPic_Rot.uasset new file mode 100644 index 00000000..3625adf5 --- /dev/null +++ b/EndlessVendetta/Content/BountySystem/ApartmentBounty/BountySpecificActors/TimothysID/M_ChipPic_Rot.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f97b835efcc71479df49910fcbceec6e1795b194bdc8b3aed8ddd19cebf0858 +size 24017 diff --git a/EndlessVendetta/Content/BountySystem/ApartmentBounty/Checkpoints/LevelSpecificCheckpoints/CP_ElimTImothyHuntsmer.uasset b/EndlessVendetta/Content/BountySystem/ApartmentBounty/Checkpoints/LevelSpecificCheckpoints/CP_ElimTImothyHuntsmer.uasset index 136eecb0..d14cc1e9 100644 --- a/EndlessVendetta/Content/BountySystem/ApartmentBounty/Checkpoints/LevelSpecificCheckpoints/CP_ElimTImothyHuntsmer.uasset +++ b/EndlessVendetta/Content/BountySystem/ApartmentBounty/Checkpoints/LevelSpecificCheckpoints/CP_ElimTImothyHuntsmer.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8f0943f1ab63be65eac18beb5fd4f9af3957ac29977f8cabd411ee4b9dd9643e -size 99619 +oid sha256:c382275fb05cc04006d256687b48dd55443697f64c25f4875f550df1331ce856 +size 150104 diff --git a/EndlessVendetta/Content/BountySystem/ApartmentBounty/Checkpoints/LevelSpecificCheckpoints/CP_EscapeTheApartment.uasset b/EndlessVendetta/Content/BountySystem/ApartmentBounty/Checkpoints/LevelSpecificCheckpoints/CP_EscapeTheApartment.uasset new file mode 100644 index 00000000..3508ae40 --- /dev/null +++ b/EndlessVendetta/Content/BountySystem/ApartmentBounty/Checkpoints/LevelSpecificCheckpoints/CP_EscapeTheApartment.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8f791be71904bda2b140ee6ba63e4d2d0ee8fc2483bc94fa0f2f9aa0fb1c7c9 +size 36854 diff --git a/EndlessVendetta/Content/BountySystem/ApartmentBounty/Checkpoints/LevelSpecificCheckpoints/CP_PickupTimothysChip.uasset b/EndlessVendetta/Content/BountySystem/ApartmentBounty/Checkpoints/LevelSpecificCheckpoints/CP_PickupTimothysChip.uasset new file mode 100644 index 00000000..76f8ca8d --- /dev/null +++ b/EndlessVendetta/Content/BountySystem/ApartmentBounty/Checkpoints/LevelSpecificCheckpoints/CP_PickupTimothysChip.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49db0371785f4be4d7f59c45359dca240e326096498ff0716941c9d729959c87 +size 84692 diff --git a/EndlessVendetta/Content/BountySystem/ApartmentBounty/LevelInstances/ApartmentWave.umap b/EndlessVendetta/Content/BountySystem/ApartmentBounty/LevelInstances/ApartmentWave.umap new file mode 100644 index 00000000..553797ac --- /dev/null +++ b/EndlessVendetta/Content/BountySystem/ApartmentBounty/LevelInstances/ApartmentWave.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aff381e89ac353256f49219e40f52f1bfdbab5f7a93382aa5ab4983083beec27 +size 6620 diff --git a/EndlessVendetta/Content/BountySystem/ApartmentBounty/MB_Apartment.uasset b/EndlessVendetta/Content/BountySystem/ApartmentBounty/MB_Apartment.uasset index 8db3ad03..1a7e876b 100644 --- a/EndlessVendetta/Content/BountySystem/ApartmentBounty/MB_Apartment.uasset +++ b/EndlessVendetta/Content/BountySystem/ApartmentBounty/MB_Apartment.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:63b0bb13d2b9b99d36a11319ccf7c5a6f1f9b9dd158a638a24aed5dcbf93cd93 -size 28946 +oid sha256:57ec56b80938ea3f701dc5cdc70816601ce842d3a19e65bc7ec07d1d48702372 +size 29390 diff --git a/EndlessVendetta/Content/Dialogue/D_ApartmentBouncer.uasset b/EndlessVendetta/Content/Dialogue/D_ApartmentBouncer.uasset index 733a9402..f75fb399 100644 --- a/EndlessVendetta/Content/Dialogue/D_ApartmentBouncer.uasset +++ b/EndlessVendetta/Content/Dialogue/D_ApartmentBouncer.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f231defd05bfc1c9e0286c1b2a06665414a13d4432ad8c2cc78a1402ef222ab8 -size 19687 +oid sha256:0b948aa175a04f852d17209efbb2afcfc03f5dde165bba5435588b37275a40e7 +size 22304 diff --git a/EndlessVendetta/Content/Inventory/Items/Favour/Materials/M_KeyPic.uasset b/EndlessVendetta/Content/Inventory/Items/Favour/Materials/M_KeyPic.uasset deleted file mode 100644 index fe0b6bb6..00000000 --- a/EndlessVendetta/Content/Inventory/Items/Favour/Materials/M_KeyPic.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1f33182b25165c3bcb03d16dbbc4bde2e22229851fa6c9236bad5de232efd4d3 -size 9067 diff --git a/EndlessVendetta/Content/Inventory/Items/Favour/Materials/M_KeyPic_Rot.uasset b/EndlessVendetta/Content/Inventory/Items/Favour/Materials/M_KeyPic_Rot.uasset deleted file mode 100644 index 731e123c..00000000 --- a/EndlessVendetta/Content/Inventory/Items/Favour/Materials/M_KeyPic_Rot.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6a3086306bfa00e9da2dccfd936abd9c277851d8b3606fcb7abe7ffcbd0cb071 -size 9112 diff --git a/EndlessVendetta/Content/Levels/Apartment_hit.umap b/EndlessVendetta/Content/Levels/Apartment_hit.umap index b7a3f31e..e3e4eb02 100644 --- a/EndlessVendetta/Content/Levels/Apartment_hit.umap +++ b/EndlessVendetta/Content/Levels/Apartment_hit.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:838d943ebf3c91d138361d20ef284185331307d4512c6869258548d67e305e9e -size 1024558 +oid sha256:a8cfad433bdb7b340bf9d9aa413034878d9a9f6bc3c9ca6c8db7571a306b60f7 +size 1029525 diff --git a/EndlessVendetta/Content/Levels/MainMenuLevel.umap b/EndlessVendetta/Content/Levels/MainMenuLevel.umap index 5a8515f8..934da4cf 100644 --- a/EndlessVendetta/Content/Levels/MainMenuLevel.umap +++ b/EndlessVendetta/Content/Levels/MainMenuLevel.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1278830ca93eb65bd5a54db771a5b84211c6a900b7e038851ab695d14c988175 +oid sha256:4cda6152f1fe5f535de5d8c3640ebb56a93aa9806df3d8fe70e035448d0d1379 size 1025490 diff --git a/EndlessVendetta/Content/StarterContent/Architecture/Floor_400x400.uasset b/EndlessVendetta/Content/StarterContent/Architecture/Floor_400x400.uasset index 8efcc198..c2a34afc 100644 --- a/EndlessVendetta/Content/StarterContent/Architecture/Floor_400x400.uasset +++ b/EndlessVendetta/Content/StarterContent/Architecture/Floor_400x400.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5ea65dbac99d3315ada0c99cb4041d418ea89768bff5e8308216fd0926f9928e -size 14831 +oid sha256:4c0ecf0ac0702cc2bd355ec050232a61c49e10f102448efbeb735a51824adef6 +size 14948 diff --git a/EndlessVendetta/Content/StarterContent/HDRI/HDRI_Epic_Courtyard_Daylight.uasset b/EndlessVendetta/Content/StarterContent/HDRI/HDRI_Epic_Courtyard_Daylight.uasset index 0f990580..fd7f7db2 100644 --- a/EndlessVendetta/Content/StarterContent/HDRI/HDRI_Epic_Courtyard_Daylight.uasset +++ b/EndlessVendetta/Content/StarterContent/HDRI/HDRI_Epic_Courtyard_Daylight.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bc35eb2d43a47427d30aba0196f9eac90d089dd3abca319528c5d25c83510d0d -size 72364642 +oid sha256:91fd60bdafb2155840f78271e0055cb7a4f51a34588358504d35455cb33f5e09 +size 66790690 diff --git a/EndlessVendetta/Content/__ExternalActors__/BountySystem/ApartmentBounty/LevelInstances/ApartmentWave/0/6F/58Z434XXZ8N80RNBZI1HSQ.uasset b/EndlessVendetta/Content/__ExternalActors__/BountySystem/ApartmentBounty/LevelInstances/ApartmentWave/0/6F/58Z434XXZ8N80RNBZI1HSQ.uasset new file mode 100644 index 00000000..ab7ec191 --- /dev/null +++ b/EndlessVendetta/Content/__ExternalActors__/BountySystem/ApartmentBounty/LevelInstances/ApartmentWave/0/6F/58Z434XXZ8N80RNBZI1HSQ.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:862390fa0e8d61eca9d7e6df9d0f62728dd9f8889b4d3758e713f389bcce0f56 +size 6766 diff --git a/EndlessVendetta/Content/__ExternalActors__/BountySystem/ApartmentBounty/LevelInstances/ApartmentWave/1/E2/PTHD9GHDGD55NP25HMNXOD.uasset b/EndlessVendetta/Content/__ExternalActors__/BountySystem/ApartmentBounty/LevelInstances/ApartmentWave/1/E2/PTHD9GHDGD55NP25HMNXOD.uasset new file mode 100644 index 00000000..207c7c26 --- /dev/null +++ b/EndlessVendetta/Content/__ExternalActors__/BountySystem/ApartmentBounty/LevelInstances/ApartmentWave/1/E2/PTHD9GHDGD55NP25HMNXOD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a481c96c8788fac851c4e927072f7f27a2f992fb282024b446995cedf554b5e +size 6880 diff --git a/EndlessVendetta/Content/__ExternalActors__/BountySystem/ApartmentBounty/LevelInstances/ApartmentWave/3/V0/ZI5VTVC6LDRJ4VLI7BJ4AK.uasset b/EndlessVendetta/Content/__ExternalActors__/BountySystem/ApartmentBounty/LevelInstances/ApartmentWave/3/V0/ZI5VTVC6LDRJ4VLI7BJ4AK.uasset new file mode 100644 index 00000000..a6290a65 --- /dev/null +++ b/EndlessVendetta/Content/__ExternalActors__/BountySystem/ApartmentBounty/LevelInstances/ApartmentWave/3/V0/ZI5VTVC6LDRJ4VLI7BJ4AK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af740e18e7f76f4544e4204e5e06f0dde5fe01c513a85dde5aed0040136796ba +size 6878 diff --git a/EndlessVendetta/Content/__ExternalActors__/BountySystem/ApartmentBounty/LevelInstances/ApartmentWave/4/CM/YQJTH5UV0WHR28X0W0227V.uasset b/EndlessVendetta/Content/__ExternalActors__/BountySystem/ApartmentBounty/LevelInstances/ApartmentWave/4/CM/YQJTH5UV0WHR28X0W0227V.uasset new file mode 100644 index 00000000..6c99e08d --- /dev/null +++ b/EndlessVendetta/Content/__ExternalActors__/BountySystem/ApartmentBounty/LevelInstances/ApartmentWave/4/CM/YQJTH5UV0WHR28X0W0227V.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a3c214c95d3b53736e02fa2373f8be0b59bf77d4f6c452b755267b180689a48 +size 6880 diff --git a/EndlessVendetta/Content/__ExternalActors__/BountySystem/ApartmentBounty/LevelInstances/ApartmentWave/4/OP/WOMTR8H4VCTHRI0NHK63AF.uasset b/EndlessVendetta/Content/__ExternalActors__/BountySystem/ApartmentBounty/LevelInstances/ApartmentWave/4/OP/WOMTR8H4VCTHRI0NHK63AF.uasset new file mode 100644 index 00000000..9b2d89b9 --- /dev/null +++ b/EndlessVendetta/Content/__ExternalActors__/BountySystem/ApartmentBounty/LevelInstances/ApartmentWave/4/OP/WOMTR8H4VCTHRI0NHK63AF.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa275e763df74afcc71162efd7e624e3fc9d6d026d08b0b760ee2b9026100029 +size 6880 diff --git a/EndlessVendetta/Content/__ExternalActors__/BountySystem/ApartmentBounty/LevelInstances/ApartmentWave/5/ZH/CX8OAVWMV9GUKPU20JUIWJ.uasset b/EndlessVendetta/Content/__ExternalActors__/BountySystem/ApartmentBounty/LevelInstances/ApartmentWave/5/ZH/CX8OAVWMV9GUKPU20JUIWJ.uasset new file mode 100644 index 00000000..607e8d8b --- /dev/null +++ b/EndlessVendetta/Content/__ExternalActors__/BountySystem/ApartmentBounty/LevelInstances/ApartmentWave/5/ZH/CX8OAVWMV9GUKPU20JUIWJ.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:838b8252525a82f15d1ef46c48cc32746c07130123c938c4e9cef5d3b9eca298 +size 6766 diff --git a/EndlessVendetta/Content/__ExternalActors__/BountySystem/ApartmentBounty/LevelInstances/ApartmentWave/9/OV/UT6BCDOO46BA8XCEP87CYV.uasset b/EndlessVendetta/Content/__ExternalActors__/BountySystem/ApartmentBounty/LevelInstances/ApartmentWave/9/OV/UT6BCDOO46BA8XCEP87CYV.uasset new file mode 100644 index 00000000..9794fa38 --- /dev/null +++ b/EndlessVendetta/Content/__ExternalActors__/BountySystem/ApartmentBounty/LevelInstances/ApartmentWave/9/OV/UT6BCDOO46BA8XCEP87CYV.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa12af01c6e36ad9e848d065a8dea2b79cc8321fa20201d9d3a4a424defe93a1 +size 6878 diff --git a/EndlessVendetta/Content/__ExternalActors__/BountySystem/ApartmentBounty/LevelInstances/ApartmentWave/C/0J/L90WPJGTP8E9UJDG8CNRCN.uasset b/EndlessVendetta/Content/__ExternalActors__/BountySystem/ApartmentBounty/LevelInstances/ApartmentWave/C/0J/L90WPJGTP8E9UJDG8CNRCN.uasset new file mode 100644 index 00000000..2950df2d --- /dev/null +++ b/EndlessVendetta/Content/__ExternalActors__/BountySystem/ApartmentBounty/LevelInstances/ApartmentWave/C/0J/L90WPJGTP8E9UJDG8CNRCN.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbba274a42468423ce5398ee6596655eae7f61112b8779706718e27ae5079722 +size 6880 diff --git a/EndlessVendetta/Content/__ExternalActors__/BountySystem/ApartmentBounty/LevelInstances/ApartmentWave/D/6P/CQFTDIIHGT5SVO7DHMI6M0.uasset b/EndlessVendetta/Content/__ExternalActors__/BountySystem/ApartmentBounty/LevelInstances/ApartmentWave/D/6P/CQFTDIIHGT5SVO7DHMI6M0.uasset new file mode 100644 index 00000000..fad766f3 --- /dev/null +++ b/EndlessVendetta/Content/__ExternalActors__/BountySystem/ApartmentBounty/LevelInstances/ApartmentWave/D/6P/CQFTDIIHGT5SVO7DHMI6M0.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:016864033f35c2e98aa9122c0789fce72bc3a7da8cab660c1c5e4fa866b139e2 +size 6878 diff --git a/EndlessVendetta/Content/__ExternalActors__/BountySystem/ApartmentBounty/LevelInstances/ApartmentWave/D/EJ/VNYPOBZY93BAG4JYQH6839.uasset b/EndlessVendetta/Content/__ExternalActors__/BountySystem/ApartmentBounty/LevelInstances/ApartmentWave/D/EJ/VNYPOBZY93BAG4JYQH6839.uasset new file mode 100644 index 00000000..b01b5b30 --- /dev/null +++ b/EndlessVendetta/Content/__ExternalActors__/BountySystem/ApartmentBounty/LevelInstances/ApartmentWave/D/EJ/VNYPOBZY93BAG4JYQH6839.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f2580b2a9f7ec831ef97e57de95406556042c230fb824d8df0c60aa21836dbc +size 6880