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
|
||||
.desc = A crate containing two penguins.
|
||||
|
||||
ent-CrateNPCMothroach = Crate of mothroaches
|
||||
.desc = A crate containing six mothroaches.
|
||||
|
||||
ent-CrateNPCPig = Pig crate
|
||||
.desc = A crate containing a single pig.
|
||||
|
||||
|
||||
@@ -207,3 +207,13 @@
|
||||
cost: 2800
|
||||
category: Livestock
|
||||
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
|
||||
contents:
|
||||
- id: MobKangaroo
|
||||
|
||||
- type: entity
|
||||
id: CrateNPCMothroach
|
||||
parent: CrateLivestock
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: MobMothroach
|
||||
amount: 4
|
||||
|
||||
Reference in New Issue
Block a user