add lizard crate (#14337)

This commit is contained in:
Naive817
2023-03-06 10:33:46 +08:00
committed by GitHub
parent ab347320e0
commit 9c16fde3d2
4 changed files with 24 additions and 0 deletions

View File

@@ -42,3 +42,6 @@ ent-LivestockPenguin = { ent-CrateNPCPenguin }
ent-LivestockSnake = { ent-CrateNPCSnake }
.desc = { ent-CrateNPCSnake.desc }
ent-LivestockSnake = { ent-CrateNPCLizard }
.desc = { ent-CrateNPCLizard.desc }

View File

@@ -45,3 +45,6 @@ ent-CrateNPCPig = Pig crate
ent-CrateNPCSnake = Snake crate
.desc = A crate containing three snakes.
ent-CrateNPCLizard = Lizard crate
.desc = A crate containing a lizard.

View File

@@ -167,3 +167,13 @@
cost: 2800
category: Livestock
group: market
- type: cargoProduct
id: LivestockLizard
icon:
sprite: Mobs/Animals/lizard.rsi
state: lizard
product: CrateNPCLizard
cost: 1000
category: Livestock
group: market

View File

@@ -163,3 +163,11 @@
- type: StorageFill
contents:
- id: MobHamsterHamlet
- type: entity
id: CrateNPCLizard
parent: CrateLivestock
components:
- type: StorageFill
contents:
- id: MobLizard