mouse crate (#8377)
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user