mouse crate (#8377)
This commit is contained in:
@@ -130,6 +130,18 @@
|
|||||||
category: Livestock
|
category: Livestock
|
||||||
group: market
|
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
|
- type: cargoProduct
|
||||||
name: "parrot crate"
|
name: "parrot crate"
|
||||||
id: LivestockParrot
|
id: LivestockParrot
|
||||||
|
|||||||
@@ -121,6 +121,15 @@
|
|||||||
- id: MonkeyCubeBox
|
- id: MonkeyCubeBox
|
||||||
amount: 1
|
amount: 1
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
id: CrateNPCMouse
|
||||||
|
name: mice crate
|
||||||
|
parent: CrateLivestock
|
||||||
|
components:
|
||||||
|
- type: StorageFill
|
||||||
|
contents:
|
||||||
|
- id: MobMouse
|
||||||
|
amount: 5
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: CrateNPCParrot
|
id: CrateNPCParrot
|
||||||
|
|||||||
Reference in New Issue
Block a user