Mothroach Cargo Crates (#21565)
Co-authored-by: MouseHatsForAll <110046450+MouseHatsForAll@users.noreply.github.com>
This commit is contained in:
@@ -46,6 +46,9 @@ ent-CrateNPCParrot = Parrot crate
|
|||||||
ent-CrateNPCPenguin = Penguin crate
|
ent-CrateNPCPenguin = Penguin crate
|
||||||
.desc = A crate containing two penguins.
|
.desc = A crate containing two penguins.
|
||||||
|
|
||||||
|
ent-CrateNPCMothroach = Crate of mothroaches
|
||||||
|
.desc = A crate containing six mothroaches.
|
||||||
|
|
||||||
ent-CrateNPCPig = Pig crate
|
ent-CrateNPCPig = Pig crate
|
||||||
.desc = A crate containing a single pig.
|
.desc = A crate containing a single pig.
|
||||||
|
|
||||||
|
|||||||
@@ -207,3 +207,13 @@
|
|||||||
cost: 2800
|
cost: 2800
|
||||||
category: Livestock
|
category: Livestock
|
||||||
group: market
|
group: market
|
||||||
|
|
||||||
|
- type: cargoProduct
|
||||||
|
id: LivestockMothroach
|
||||||
|
icon:
|
||||||
|
sprite: Mobs/Animals/mothroach.rsi
|
||||||
|
state: mothroach
|
||||||
|
product: CrateNPCMothroach
|
||||||
|
cost: 2500
|
||||||
|
category: Livestock
|
||||||
|
group: market
|
||||||
|
|||||||
@@ -203,3 +203,12 @@
|
|||||||
- type: StorageFill
|
- type: StorageFill
|
||||||
contents:
|
contents:
|
||||||
- id: MobKangaroo
|
- id: MobKangaroo
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
id: CrateNPCMothroach
|
||||||
|
parent: CrateLivestock
|
||||||
|
components:
|
||||||
|
- type: StorageFill
|
||||||
|
contents:
|
||||||
|
- id: MobMothroach
|
||||||
|
amount: 4
|
||||||
|
|||||||
Reference in New Issue
Block a user