From 0e5e7ef9709e01098bc7cdd365dd0d070951c592 Mon Sep 17 00:00:00 2001 From: BIGZi0348 <118811750+BIGZi0348@users.noreply.github.com> Date: Thu, 21 Nov 2024 22:56:30 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A2=D1=80=D0=B0=D0=B2=D0=BC=D0=B0=D1=82?= =?UTF-8?q?=D0=B8=D1=87=D0=B5=D1=81=D0=BA=D0=B8=D0=B9=20=D0=B4=D1=80=D0=BE?= =?UTF-8?q?=D0=B1=D0=BE=D0=B2=D0=B8=D0=BA=20=D0=B2=20=D0=BA=D0=B0=D1=80?= =?UTF-8?q?=D0=B3=D0=BE=20(#787)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Prototypes/_White/Catalog/Cargo/cargo.yml | 20 ++++++++++++++++ .../_White/Catalog/Fills/Crates/security.yml | 23 +++++++++++++++++++ 2 files changed, 43 insertions(+) create mode 100644 Resources/Prototypes/_White/Catalog/Fills/Crates/security.yml diff --git a/Resources/Prototypes/_White/Catalog/Cargo/cargo.yml b/Resources/Prototypes/_White/Catalog/Cargo/cargo.yml index ce6b19814d..99241a6c00 100644 --- a/Resources/Prototypes/_White/Catalog/Cargo/cargo.yml +++ b/Resources/Prototypes/_White/Catalog/Cargo/cargo.yml @@ -276,3 +276,23 @@ cost: 10000 category: Security group: market + +- type: cargoProduct + id: cargoBoxesRubberShot + icon: + sprite: Objects/Storage/boxes.rsi + state: shellrubber + product: CrateBoxesRubberShot + cost: 800 + category: Security + group: market + +- type: cargoProduct + id: cargoRubberShotgun + icon: + sprite: White/Objects/Weapons/Guns/Shotguns/rubber_pump.rsi + state: icon + product: CrateRubberShotgun + cost: 2000 + category: Security + group: market diff --git a/Resources/Prototypes/_White/Catalog/Fills/Crates/security.yml b/Resources/Prototypes/_White/Catalog/Fills/Crates/security.yml new file mode 100644 index 0000000000..808049075d --- /dev/null +++ b/Resources/Prototypes/_White/Catalog/Fills/Crates/security.yml @@ -0,0 +1,23 @@ +- type: entity + id: CrateBoxesRubberShot + parent: CrateWeaponSecure + name: ящик с коробками резиновой дроби + description: Ящик с четырьмя коробками резиновой дроби. + components: + - type: StorageFill + contents: + - id: BoxRubberShot + amount: 4 + +- type: entity + id: CrateRubberShotgun + parent: CrateWeaponSecure + name: ящик с травматическим дробовиком + description: Ящик с травматическим дробовиком и двумя коробками с резиновой дробью. + components: + - type: StorageFill + contents: + - id: WeaponRubberShotgun + amount: 1 + - id: BoxRubberShot + amount: 2