Травматический дробовик в карго (#787)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user