From e49edff0b4a4d5b04182941e351773d796054209 Mon Sep 17 00:00:00 2001 From: "steinhauer.erhard" Date: Thu, 2 May 2024 21:02:08 +0300 Subject: [PATCH 1/3] Blacklist felinids/goblins/vulps from hoverbike built-in storage --- .../Entities/Objects/Vehicles/vehicles.yml | 31 +++++++++++-------- 1 file changed, 18 insertions(+), 13 deletions(-) diff --git a/Resources/Prototypes/_NF/Entities/Objects/Vehicles/vehicles.yml b/Resources/Prototypes/_NF/Entities/Objects/Vehicles/vehicles.yml index fdda560c9e7..7b3d786b6d0 100644 --- a/Resources/Prototypes/_NF/Entities/Objects/Vehicles/vehicles.yml +++ b/Resources/Prototypes/_NF/Entities/Objects/Vehicles/vehicles.yml @@ -58,19 +58,24 @@ name: skeleton motorcycle description: Bad to the Bone. components: - - type: Storage - grid: - - 0,0,1,3 - - 3,0,6,3 - - 8,0,9,3 - maxItemSize: Huge - - type: ContainerContainer - containers: - storagebase: !type:Container - - type: UserInterface - interfaces: - - key: enum.StorageUiKey.Key - type: StorageBoundUserInterface + - type: Storage + grid: + - 0,0,1,3 + - 3,0,6,3 + - 8,0,9,3 + maxItemSize: Huge + blacklist: + components: + - Felinid + - Vulpakin + - Goblin + - type: ContainerContainer + containers: + storagebase: !type:Container + - type: UserInterface + interfaces: + - key: enum.StorageUiKey.Key + type: StorageBoundUserInterface # New Frontier vehicles - type: entity From 1cb1f7a41051913365116577629fdebc4d238fa8 Mon Sep 17 00:00:00 2001 From: "steinhauer.erhard" Date: Thu, 2 May 2024 22:15:22 +0300 Subject: [PATCH 2/3] different blacklist comp --- .../Prototypes/_NF/Entities/Objects/Vehicles/vehicles.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Resources/Prototypes/_NF/Entities/Objects/Vehicles/vehicles.yml b/Resources/Prototypes/_NF/Entities/Objects/Vehicles/vehicles.yml index 7b3d786b6d0..4fb8de7deba 100644 --- a/Resources/Prototypes/_NF/Entities/Objects/Vehicles/vehicles.yml +++ b/Resources/Prototypes/_NF/Entities/Objects/Vehicles/vehicles.yml @@ -66,9 +66,7 @@ maxItemSize: Huge blacklist: components: - - Felinid - - Vulpakin - - Goblin + - MindContainer - type: ContainerContainer containers: storagebase: !type:Container From bbc49a32f4658114644ee1e9f2998fa078fffc22 Mon Sep 17 00:00:00 2001 From: Dvir <39403717+dvir001@users.noreply.github.com> Date: Thu, 2 May 2024 22:31:04 +0300 Subject: [PATCH 3/3] Update vehicles.yml --- Resources/Prototypes/_NF/Entities/Objects/Vehicles/vehicles.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/_NF/Entities/Objects/Vehicles/vehicles.yml b/Resources/Prototypes/_NF/Entities/Objects/Vehicles/vehicles.yml index 4fb8de7deba..cd49d37bc62 100644 --- a/Resources/Prototypes/_NF/Entities/Objects/Vehicles/vehicles.yml +++ b/Resources/Prototypes/_NF/Entities/Objects/Vehicles/vehicles.yml @@ -66,7 +66,7 @@ maxItemSize: Huge blacklist: components: - - MindContainer + - HumanoidAppearance - type: ContainerContainer containers: storagebase: !type:Container