Co-authored-by: MouseHatsForAll <110046450+MouseHatsForAll@users.noreply.github.com>
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.
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
- type: StorageFill
contents:
- id: MobKangaroo
+
+- type: entity
+ id: CrateNPCMothroach
+ parent: CrateLivestock
+ components:
+ - type: StorageFill
+ contents:
+ - id: MobMothroach
+ amount: 4