Mothroach Cargo Crates (#21565)

Co-authored-by: MouseHatsForAll <110046450+MouseHatsForAll@users.noreply.github.com>
This commit is contained in:
Avalon
2023-12-11 23:46:41 -05:00
committed by GitHub
parent 74041373ff
commit bca2d079db
3 changed files with 22 additions and 0 deletions

View File

@@ -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.

View File

@@ -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

View File

@@ -203,3 +203,12 @@
- type: StorageFill
contents:
- id: MobKangaroo
- type: entity
id: CrateNPCMothroach
parent: CrateLivestock
components:
- type: StorageFill
contents:
- id: MobMothroach
amount: 4