Air Grenade Cargo Order (#38010)
This commit is contained in:
@@ -147,3 +147,13 @@
|
||||
cost: 1000
|
||||
category: cargoproduct-category-name-materials
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
id: AirGrenade
|
||||
icon:
|
||||
sprite: Objects/Weapons/Grenades/airboom.rsi
|
||||
state: icon
|
||||
product: CrateAirGrenade
|
||||
cost: 2500
|
||||
category: cargoproduct-category-name-atmospherics
|
||||
group: market
|
||||
|
||||
@@ -245,3 +245,14 @@
|
||||
tableId: RandomTechBoardTable
|
||||
rolls: !type:RangeNumberSelector
|
||||
range: 6, 8
|
||||
|
||||
- type: entity
|
||||
id: CrateAirGrenade
|
||||
parent: CrateEngineering
|
||||
name: air grenade crate
|
||||
description: A crate containing 3 air grenades.
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: AirGrenade
|
||||
amount: 3
|
||||
|
||||
Reference in New Issue
Block a user