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
|
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.
|
||||||
|
|
||||||
@@ -53,4 +56,4 @@ ent-CrateNPCLizard = Lizard crate
|
|||||||
.desc = A crate containing a lizard.
|
.desc = A crate containing a lizard.
|
||||||
|
|
||||||
ent-CrateNPCKangaroo = Kangaroo crate
|
ent-CrateNPCKangaroo = Kangaroo crate
|
||||||
.desc = A crate containing a kangaroo.
|
.desc = A crate containing a kangaroo.
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -46,6 +46,7 @@
|
|||||||
- MobCorgiIan
|
- MobCorgiIan
|
||||||
- MobCorgiIanOld
|
- MobCorgiIanOld
|
||||||
- MobCorgiLisa
|
- MobCorgiLisa
|
||||||
|
- MobCorgiIanPup
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: Possum Morty Spawner
|
name: Possum Morty Spawner
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user