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