Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion Resources/Prototypes/Catalog/Cargo/cargo_livestock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,14 +121,26 @@
- 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
product: CrateNPCMonkeyCube
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"
Expand Down
9 changes: 9 additions & 0 deletions Resources/Prototypes/Catalog/Fills/Crates/npc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down