Травматический дробовик в карго (#787)

This commit is contained in:
BIGZi0348
2024-11-21 22:56:30 +03:00
committed by GitHub
parent a501774695
commit 0e5e7ef970
2 changed files with 43 additions and 0 deletions

View File

@@ -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

View File

@@ -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