Pet Renaming (#7252)
This commit is contained in:
@@ -16,21 +16,6 @@
|
|||||||
- MobMouse1
|
- MobMouse1
|
||||||
- MobMouse2
|
- MobMouse2
|
||||||
|
|
||||||
- type: entity
|
|
||||||
name: Cat Spawner
|
|
||||||
id: SpawnMobCat
|
|
||||||
parent: MarkerBase
|
|
||||||
components:
|
|
||||||
- type: Sprite
|
|
||||||
layers:
|
|
||||||
- state: green
|
|
||||||
- state: ai
|
|
||||||
- type: ConditionalSpawner
|
|
||||||
prototypes:
|
|
||||||
- MobCat
|
|
||||||
- MobCatCalico
|
|
||||||
- MobCatCaracal
|
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: Corgi Spawner
|
name: Corgi Spawner
|
||||||
id: SpawnMobCorgi
|
id: SpawnMobCorgi
|
||||||
@@ -71,8 +56,6 @@
|
|||||||
prototypes:
|
prototypes:
|
||||||
- MobRaccoonMorticia
|
- MobRaccoonMorticia
|
||||||
|
|
||||||
## Player-controlled
|
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: Drone Spawner
|
name: Drone Spawner
|
||||||
id: SpawnMobDrone
|
id: SpawnMobDrone
|
||||||
@@ -99,6 +82,88 @@
|
|||||||
prototypes:
|
prototypes:
|
||||||
- MobFoxRenault
|
- MobFoxRenault
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
name: Runtime Spawner
|
||||||
|
id: SpawnMobCatRuntime
|
||||||
|
parent: MarkerBase
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
layers:
|
||||||
|
- state: green
|
||||||
|
- state: ai
|
||||||
|
- type: ConditionalSpawner
|
||||||
|
prototypes:
|
||||||
|
- MobCatRuntime
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
name: Exception Spawner
|
||||||
|
id: SpawnMobCatException
|
||||||
|
parent: MarkerBase
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
layers:
|
||||||
|
- state: green
|
||||||
|
- state: ai
|
||||||
|
- type: ConditionalSpawner
|
||||||
|
prototypes:
|
||||||
|
- MobCatException
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
name: Floppa Spawner
|
||||||
|
id: SpawnMobCatFloppa
|
||||||
|
parent: MarkerBase
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
layers:
|
||||||
|
- state: green
|
||||||
|
- state: ai
|
||||||
|
- type: ConditionalSpawner
|
||||||
|
prototypes:
|
||||||
|
- MobCatFloppa
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
name: Cat Spawner
|
||||||
|
id: SpawnMobCat
|
||||||
|
parent: MarkerBase
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
layers:
|
||||||
|
- state: green
|
||||||
|
- state: ai
|
||||||
|
- type: ConditionalSpawner
|
||||||
|
prototypes:
|
||||||
|
- MobCatRuntime
|
||||||
|
- MobCatException
|
||||||
|
- MobCatFloppa
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
name: Generic Cat Spawner
|
||||||
|
id: SpawnMobCatGeneric
|
||||||
|
parent: MarkerBase
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
layers:
|
||||||
|
- state: green
|
||||||
|
- state: ai
|
||||||
|
- type: ConditionalSpawner
|
||||||
|
prototypes:
|
||||||
|
- MobCat
|
||||||
|
- MobCatCalico
|
||||||
|
- MobCatCaracal
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
name: Bandito Spawner
|
||||||
|
id: SpawnMobBandito
|
||||||
|
parent: MarkerBase
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
layers:
|
||||||
|
- state: green
|
||||||
|
- state: ai
|
||||||
|
- type: ConditionalSpawner
|
||||||
|
prototypes:
|
||||||
|
- MobBandito
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: McGriff Spawner
|
name: McGriff Spawner
|
||||||
id: SpawnMobMcGriff
|
id: SpawnMobMcGriff
|
||||||
@@ -111,7 +176,7 @@
|
|||||||
- type: ConditionalSpawner
|
- type: ConditionalSpawner
|
||||||
prototypes:
|
prototypes:
|
||||||
- MobMcGriff
|
- MobMcGriff
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: Sloth Paperwork Spawner
|
name: Sloth Paperwork Spawner
|
||||||
id: SpawnMobSlothPaperwork
|
id: SpawnMobSlothPaperwork
|
||||||
@@ -124,7 +189,7 @@
|
|||||||
- type: ConditionalSpawner
|
- type: ConditionalSpawner
|
||||||
prototypes:
|
prototypes:
|
||||||
- MobPaperwork
|
- MobPaperwork
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: Walter Spawner
|
name: Walter Spawner
|
||||||
id: SpawnMobWalter
|
id: SpawnMobWalter
|
||||||
@@ -136,4 +201,4 @@
|
|||||||
- state: ai
|
- state: ai
|
||||||
- type: ConditionalSpawner
|
- type: ConditionalSpawner
|
||||||
prototypes:
|
prototypes:
|
||||||
- MobWalter
|
- MobWalter
|
||||||
@@ -225,6 +225,16 @@
|
|||||||
attributes:
|
attributes:
|
||||||
gender: epicene
|
gender: epicene
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
name: Runtime
|
||||||
|
parent: MobCat
|
||||||
|
id: MobCatRuntime
|
||||||
|
description: Professional mouse hunter. Escape artist.
|
||||||
|
components:
|
||||||
|
- type: Grammar
|
||||||
|
attributes:
|
||||||
|
gender: female
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: calico cat
|
name: calico cat
|
||||||
id: MobCatCalico
|
id: MobCatCalico
|
||||||
@@ -247,6 +257,16 @@
|
|||||||
attributes:
|
attributes:
|
||||||
gender: epicene
|
gender: epicene
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
name: Exception
|
||||||
|
id: MobCatException
|
||||||
|
parent: MobCat
|
||||||
|
description: Ask nicely, and maybe they'll give you one of their spare lives.
|
||||||
|
components:
|
||||||
|
- type: Grammar
|
||||||
|
attributes:
|
||||||
|
gender: male
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: space cat
|
name: space cat
|
||||||
id: MobCatSpace
|
id: MobCatSpace
|
||||||
@@ -297,6 +317,16 @@
|
|||||||
attributes:
|
attributes:
|
||||||
gender: epicene
|
gender: epicene
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
name: Floppa
|
||||||
|
id: MobCatFloppa
|
||||||
|
parent: MobCat
|
||||||
|
description: He out here.
|
||||||
|
components:
|
||||||
|
- type: Grammar
|
||||||
|
attributes:
|
||||||
|
gender: male
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: sloth
|
name: sloth
|
||||||
parent: SimpleMobBase
|
parent: SimpleMobBase
|
||||||
@@ -388,6 +418,16 @@
|
|||||||
attributes:
|
attributes:
|
||||||
gender: epicene
|
gender: epicene
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
name: Bandito
|
||||||
|
parent: MobFerret
|
||||||
|
id: MobBandito
|
||||||
|
description: Just a silly little guy!
|
||||||
|
components:
|
||||||
|
- type: Grammar
|
||||||
|
attributes:
|
||||||
|
gender: male
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: bingus
|
name: bingus
|
||||||
parent: SimpleMobBase
|
parent: SimpleMobBase
|
||||||
@@ -557,4 +597,4 @@
|
|||||||
- type: Grammar
|
- type: Grammar
|
||||||
attributes:
|
attributes:
|
||||||
proper: true
|
proper: true
|
||||||
gender: male
|
gender: male
|
||||||
Reference in New Issue
Block a user