Покупка травматического дробовика и резиновой дроби в карго

This commit is contained in:
Bombinos
2024-09-28 00:31:54 +03:00
parent b493fe9efd
commit 607483adaa
2 changed files with 43 additions and 0 deletions

View File

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

View File

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