From a02ca566ac31bf5a34f1debaa167e64165c2321e Mon Sep 17 00:00:00 2001 From: ScarKy0 <106310278+ScarKy0@users.noreply.github.com> Date: Mon, 2 Jun 2025 11:18:45 +0200 Subject: [PATCH] Air Grenade Cargo Order (#38010) --- .../Prototypes/Catalog/Cargo/cargo_materials.yml | 10 ++++++++++ .../Prototypes/Catalog/Fills/Crates/engineering.yml | 11 +++++++++++ 2 files changed, 21 insertions(+) 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 -- 2.51.2