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:
@@ -19,6 +19,9 @@ ent-CrateNPCDuck = Duck crate
|
||||
ent-CrateNPCCorgi = Corgi crate
|
||||
.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
|
||||
.desc = A crate containing a single cow.
|
||||
|
||||
|
||||
@@ -68,6 +68,16 @@
|
||||
category: Livestock
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
id: LivestockPupCorgi
|
||||
icon:
|
||||
sprite: Mobs/Pets/corgi.rsi
|
||||
state: puppy
|
||||
product: CrateNPCPuppyCorgi
|
||||
cost: 1200
|
||||
category: Livestock
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
id: LivestockCow
|
||||
icon:
|
||||
|
||||
@@ -77,6 +77,14 @@
|
||||
contents:
|
||||
- id: MobCorgi
|
||||
|
||||
- type: entity
|
||||
id: CrateNPCPuppyCorgi
|
||||
parent: CrateLivestock
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: MobCorgiPuppy
|
||||
|
||||
- type: entity
|
||||
id: CrateNPCCow
|
||||
parent: CrateLivestock
|
||||
|
||||
@@ -46,6 +46,7 @@
|
||||
- MobCorgiIan
|
||||
- MobCorgiIanOld
|
||||
- MobCorgiLisa
|
||||
- MobCorgiIanPup
|
||||
|
||||
- type: entity
|
||||
name: Possum Morty Spawner
|
||||
|
||||
@@ -2262,6 +2262,8 @@
|
||||
states:
|
||||
Alive:
|
||||
Base: puppy
|
||||
Critical:
|
||||
Base: puppy_dead
|
||||
Dead:
|
||||
Base: puppy_dead
|
||||
- type: Grammar
|
||||
|
||||
@@ -83,6 +83,22 @@
|
||||
proper: true
|
||||
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
|
||||
name: Runtime
|
||||
parent: MobCat
|
||||
|
||||
Reference in New Issue
Block a user