Puppy Ian. Awwww (And a puppy crate) (#21508)

* Awwww

* May as well add a crate

* forgor

* Im dumb

* Ok im done being dumb

* You monster...
This commit is contained in:
Vasilis
2023-11-13 00:24:07 +01:00
committed by GitHub
parent 1f29a34d09
commit 1a676bdbfa
6 changed files with 41 additions and 1 deletions

View File

@@ -19,6 +19,9 @@ ent-CrateNPCDuck = Duck crate
ent-CrateNPCCorgi = Corgi crate ent-CrateNPCCorgi = Corgi crate
.desc = A crate containing a single corgi. .desc = A crate containing a single corgi.
ent-CrateNPCPuppyCorgi = Puppy Corgi crate
.desc = A crate containing a single puppy corgi. Awww.
ent-CrateNPCCow = Cow crate ent-CrateNPCCow = Cow crate
.desc = A crate containing a single cow. .desc = A crate containing a single cow.

View File

@@ -68,6 +68,16 @@
category: Livestock category: Livestock
group: market group: market
- type: cargoProduct
id: LivestockPupCorgi
icon:
sprite: Mobs/Pets/corgi.rsi
state: puppy
product: CrateNPCPuppyCorgi
cost: 1200
category: Livestock
group: market
- type: cargoProduct - type: cargoProduct
id: LivestockCow id: LivestockCow
icon: icon:

View File

@@ -77,6 +77,14 @@
contents: contents:
- id: MobCorgi - id: MobCorgi
- type: entity
id: CrateNPCPuppyCorgi
parent: CrateLivestock
components:
- type: StorageFill
contents:
- id: MobCorgiPuppy
- type: entity - type: entity
id: CrateNPCCow id: CrateNPCCow
parent: CrateLivestock parent: CrateLivestock

View File

@@ -46,6 +46,7 @@
- MobCorgiIan - MobCorgiIan
- MobCorgiIanOld - MobCorgiIanOld
- MobCorgiLisa - MobCorgiLisa
- MobCorgiIanPup
- type: entity - type: entity
name: Possum Morty Spawner name: Possum Morty Spawner

View File

@@ -2262,6 +2262,8 @@
states: states:
Alive: Alive:
Base: puppy Base: puppy
Critical:
Base: puppy_dead
Dead: Dead:
Base: puppy_dead Base: puppy_dead
- type: Grammar - type: Grammar

View File

@@ -83,6 +83,22 @@
proper: true proper: true
gender: female gender: female
- type: entity
name: Puppy Ian
parent: MobCorgiPuppy
id: MobCorgiIanPup
description: Favourite puppy corgi. Awww.
components:
- type: Grammar
attributes:
proper: true
gender: male
- type: Butcherable # A puppy? You monster...
spawned:
- id: FoodMeatCorgi
amount: 2
- id: MaterialHideCorgi
- type: entity - type: entity
name: Runtime name: Runtime
parent: MobCat parent: MobCat