Skip to content

Commit

Permalink
mouse crate (#8377)
Browse files Browse the repository at this point in the history
  • Loading branch information
Peptide90 authored May 25, 2022
1 parent 3ae152b commit ed34109
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
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

0 comments on commit ed34109

Please sign in to comment.