diff --git a/Resources/Prototypes/Catalog/Cargo/cargo_materials.yml b/Resources/Prototypes/Catalog/Cargo/cargo_materials.yml index 8783bd75f4..9d178a6aac 100644 --- a/Resources/Prototypes/Catalog/Cargo/cargo_materials.yml +++ b/Resources/Prototypes/Catalog/Cargo/cargo_materials.yml @@ -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 diff --git a/Resources/Prototypes/Catalog/Fills/Crates/engineering.yml b/Resources/Prototypes/Catalog/Fills/Crates/engineering.yml index 23921b98e3..7acb9cf8b1 100644 --- a/Resources/Prototypes/Catalog/Fills/Crates/engineering.yml +++ b/Resources/Prototypes/Catalog/Fills/Crates/engineering.yml @@ -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