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