From ed34109ed9b39c2383af15e60fb6a405f7726a2a Mon Sep 17 00:00:00 2001 From: Peptide90 <78795277+Peptide90@users.noreply.github.com> Date: Wed, 25 May 2022 04:06:33 +0100 Subject: [PATCH] mouse crate (#8377) --- .../Prototypes/Catalog/Cargo/cargo_livestock.yml | 14 +++++++++++++- Resources/Prototypes/Catalog/Fills/Crates/npc.yml | 9 +++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Catalog/Cargo/cargo_livestock.yml b/Resources/Prototypes/Catalog/Cargo/cargo_livestock.yml index 9020fa1457a0..0696254ee8f4 100644 --- a/Resources/Prototypes/Catalog/Cargo/cargo_livestock.yml +++ b/Resources/Prototypes/Catalog/Cargo/cargo_livestock.yml @@ -121,7 +121,7 @@ - type: cargoProduct name: "monkey cube crate" id: LivestockMonkeyCube - description: "A crate containing three boxes of monkey cubes " + description: "A crate containing three boxes of monkey cubes" icon: sprite: Mobs/Animals/monkey.rsi state: monkey @@ -129,6 +129,18 @@ cost: 1500 category: Livestock group: market + +- type: cargoProduct + name: "mice crate" + id: LivestockMouse + description: "A crate containing five -blind- mice" + icon: + sprite: Mobs/Animals/mouse.rsi + state: icon-0 + product: CrateNPCMouse + cost: 1500 + category: Livestock + group: market - type: cargoProduct name: "parrot crate" diff --git a/Resources/Prototypes/Catalog/Fills/Crates/npc.yml b/Resources/Prototypes/Catalog/Fills/Crates/npc.yml index d17c86efebcb..5e4358c32bec 100644 --- a/Resources/Prototypes/Catalog/Fills/Crates/npc.yml +++ b/Resources/Prototypes/Catalog/Fills/Crates/npc.yml @@ -121,6 +121,15 @@ - id: MonkeyCubeBox amount: 1 +- type: entity + id: CrateNPCMouse + name: mice crate + parent: CrateLivestock + components: + - type: StorageFill + contents: + - id: MobMouse + amount: 5 - type: entity id: CrateNPCParrot