From 607483adaa4e7ec61dfcdcb6870f53c2ee384367 Mon Sep 17 00:00:00 2001 From: Bombinos Date: Sat, 28 Sep 2024 00:31:54 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=BA=D1=83=D0=BF=D0=BA=D0=B0=20?= =?UTF-8?q?=D1=82=D1=80=D0=B0=D0=B2=D0=BC=D0=B0=D1=82=D0=B8=D1=87=D0=B5?= =?UTF-8?q?=D1=81=D0=BA=D0=BE=D0=B3=D0=BE=20=D0=B4=D1=80=D0=BE=D0=B1=D0=BE?= =?UTF-8?q?=D0=B2=D0=B8=D0=BA=D0=B0=20=D0=B8=20=D1=80=D0=B5=D0=B7=D0=B8?= =?UTF-8?q?=D0=BD=D0=BE=D0=B2=D0=BE=D0=B9=20=D0=B4=D1=80=D0=BE=D0=B1=D0=B8?= =?UTF-8?q?=20=D0=B2=20=D0=BA=D0=B0=D1=80=D0=B3=D0=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../_Honk/Catalog/Cargo/cargo_service.yml | 20 ++++++++++++++++ .../_Honk/Catalog/Fills/Crates/security.yml | 23 +++++++++++++++++++ 2 files changed, 43 insertions(+) create mode 100644 Resources/Prototypes/_Honk/Catalog/Fills/Crates/security.yml diff --git a/Resources/Prototypes/_Honk/Catalog/Cargo/cargo_service.yml b/Resources/Prototypes/_Honk/Catalog/Cargo/cargo_service.yml index b74102b574..6d002bad22 100644 --- a/Resources/Prototypes/_Honk/Catalog/Cargo/cargo_service.yml +++ b/Resources/Prototypes/_Honk/Catalog/Cargo/cargo_service.yml @@ -37,3 +37,23 @@ cost: 1500 category: cargoproduct-category-name-service group: market + +- type: cargoProduct + id: ServiceBoxesResinShot + icon: + sprite: Objects/Storage/boxes.rsi + state: shellresin + product: CrateBoxesResinShot + cost: 3000 + category: cargoproduct-category-name-armory + group: market + +- type: cargoProduct + id: ServiceResinShotgun + icon: + sprite: _Honk/Objects/Weapons/Guns/Shotguns/pump.rsi + state: icon + product: CrateResinShotgun + cost: 4000 + category: cargoproduct-category-name-armory + group: market diff --git a/Resources/Prototypes/_Honk/Catalog/Fills/Crates/security.yml b/Resources/Prototypes/_Honk/Catalog/Fills/Crates/security.yml new file mode 100644 index 0000000000..db99d30060 --- /dev/null +++ b/Resources/Prototypes/_Honk/Catalog/Fills/Crates/security.yml @@ -0,0 +1,23 @@ +- type: entity + id: CrateBoxesResinShot + parent: CrateWeaponSecure + name: коробки с резинововой дробью + description: много букав, лень читать + components: + - type: StorageFill + contents: + - id: BoxResinShot + amount: 3 + +- type: entity + id: CrateResinShotgun + parent: CrateWeaponSecure + name: травматический дробовик + description: Пиу пиу, чтобы не убить. @СБ Стетхем + components: + - type: StorageFill + contents: + - id: WeaponResinShotgun + amount: 1 + - id: BoxResinShot + amount: 2