Покупка травматического дробовика и резиновой дроби в карго
This commit is contained in:
@@ -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
|
||||
|
||||
23
Resources/Prototypes/_Honk/Catalog/Fills/Crates/security.yml
Normal file
23
Resources/Prototypes/_Honk/Catalog/Fills/Crates/security.yml
Normal 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
|
||||
Reference in New Issue
Block a user