From 942e91884d8d2e91ae24273e801404c122997915 Mon Sep 17 00:00:00 2001 From: luckyshotpictures <126210746+luckyshotpictures@users.noreply.github.com> Date: Wed, 13 Dec 2023 00:43:27 +0100 Subject: [PATCH] Tracking & Implanter Crate (#22414) This adds a crate containing mindshield and tracking implanters, locked by security access. The crate contains 4 items of both implanters. This has been requested by some mappers. The crate is not obtainable through normal means like cargo. --- .../Prototypes/Catalog/Fills/Crates/security.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Resources/Prototypes/Catalog/Fills/Crates/security.yml b/Resources/Prototypes/Catalog/Fills/Crates/security.yml index c895e00d49..ea8c7ce0d3 100644 --- a/Resources/Prototypes/Catalog/Fills/Crates/security.yml +++ b/Resources/Prototypes/Catalog/Fills/Crates/security.yml @@ -86,4 +86,16 @@ - id: ClothingMaskSterile amount: 2 +- type: entity + id: CrateSecurityTrackingMindshieldImplants + name: Implanter Crate + parent: CrateSecgear + components: + - type: StorageFill + contents: + - id: MindShieldImplanter + amount: 4 + - id: TrackingImplanter + amount: 4 + # Cosmetic Crates -- 2.51.2