From 87c88387a97c7ab6b77077fa21df97e6f1676791 Mon Sep 17 00:00:00 2001 From: gus Date: Sun, 24 Sep 2023 13:52:06 -0700 Subject: [PATCH] Added ore boxes to cargo. (#20455) --- Resources/Prototypes/Catalog/Cargo/cargo_cargo.yml | 10 ++++++++++ .../Prototypes/Entities/Structures/Storage/ore_box.yml | 2 ++ 2 files changed, 12 insertions(+) diff --git a/Resources/Prototypes/Catalog/Cargo/cargo_cargo.yml b/Resources/Prototypes/Catalog/Cargo/cargo_cargo.yml index f36aee12e4..c4cd57c85f 100644 --- a/Resources/Prototypes/Catalog/Cargo/cargo_cargo.yml +++ b/Resources/Prototypes/Catalog/Cargo/cargo_cargo.yml @@ -8,6 +8,16 @@ category: Cargo group: market +- type: cargoProduct + id: CargoOreBox + icon: + sprite: /Textures/Structures/Storage/orebox.rsi + state: orebox + product: OreBox + cost: 500 + category: Cargo + group: market + - type: cargoProduct id: CargoLuxuryHardsuit icon: diff --git a/Resources/Prototypes/Entities/Structures/Storage/ore_box.yml b/Resources/Prototypes/Entities/Structures/Storage/ore_box.yml index 4c5b41e8e1..7099e1b45d 100644 --- a/Resources/Prototypes/Entities/Structures/Storage/ore_box.yml +++ b/Resources/Prototypes/Entities/Structures/Storage/ore_box.yml @@ -4,6 +4,8 @@ description: A large storage container for holding unprocessed ores. parent: BaseStructureDynamic components: + - type: StaticPrice + price: 500 - type: Anchorable - type: InteractionOutline - type: Damageable -- 2.51.2