Added bulk cleanades crate (#38000)
* added bulk cleanades crate, cargo requests need debugging? * fixed cargo request error
This commit is contained in:
@@ -8,6 +8,16 @@
|
||||
category: cargoproduct-category-name-service
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
id: ServiceCleanerGrenades
|
||||
icon:
|
||||
sprite: Objects/Weapons/Grenades/janitor.rsi
|
||||
state: icon
|
||||
product: CrateServiceCleanerGrenades
|
||||
cost: 400
|
||||
category: cargoproduct-category-name-service
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
id: ServiceLightsReplacement
|
||||
icon:
|
||||
|
||||
@@ -21,6 +21,17 @@
|
||||
amount: 2
|
||||
- id: BoxCleanerGrenades
|
||||
|
||||
- type: entity
|
||||
id: CrateServiceCleanerGrenades
|
||||
parent: CratePlastic
|
||||
name: bulk cleanades crate
|
||||
description: Contains two boxes of cleaner grenades, for those deeply-entrenched stains.
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: BoxCleanerGrenades
|
||||
amount: 2
|
||||
|
||||
- type: entity
|
||||
id: CrateServiceReplacementLights
|
||||
parent: CrateGenericSteel
|
||||
|
||||
Reference in New Issue
Block a user